aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <tomas.volf@showmax.com>2020-05-18 10:31:24 +0200
committerMike Crute <mike@crute.us>2020-05-19 08:44:21 -0700
commitbea0e57425123f2f801b6fba3fc402101165e779 (patch)
treef2baef5b45e88d5ef55a78bd08faedab3462921a
parent07a0b9f3c881f3efdc7ef31aa179047be835262a (diff)
downloadtiny-ec2-bootstrap-bea0e57425123f2f801b6fba3fc402101165e779.tar.bz2
tiny-ec2-bootstrap-bea0e57425123f2f801b6fba3fc402101165e779.tar.xz
tiny-ec2-bootstrap-bea0e57425123f2f801b6fba3fc402101165e779.zip
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.
-rw-r--r--tiny-ec2-bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/tiny-ec2-bootstrap b/tiny-ec2-bootstrap
index a8dea2e..ab7e642 100644
--- a/tiny-ec2-bootstrap
+++ b/tiny-ec2-bootstrap
@@ -1,5 +1,5 @@
1#!/sbin/openrc-run 1#!/sbin/openrc-run
2# vim:set ft=bash: 2# vim:set ft=sh:
3 3
4description="Provides EC2 cloud bootstrap" 4description="Provides EC2 cloud bootstrap"
5 5