mirror of
https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git
synced 2025-12-15 11:22:43 +03:00
Use correct ft in vim modeline
Alpine machines does not have to have bash install (and even if they did, I'm not really sure openrc would use it). So ft should be just sh.
This commit is contained in:
parent
07a0b9f3c8
commit
bea0e57425
@ -1,5 +1,5 @@
|
||||
#!/sbin/openrc-run
|
||||
# vim:set ft=bash:
|
||||
# vim:set ft=sh:
|
||||
|
||||
description="Provides EC2 cloud bootstrap"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user