1
0
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:
Tomas Volf 2020-05-18 10:31:24 +02:00 committed by Mike Crute
parent 07a0b9f3c8
commit bea0e57425

View File

@ -1,5 +1,5 @@
#!/sbin/openrc-run
# vim:set ft=bash:
# vim:set ft=sh:
description="Provides EC2 cloud bootstrap"