From bea0e57425123f2f801b6fba3fc402101165e779 Mon Sep 17 00:00:00 2001 From: Tomas Volf Date: Mon, 18 May 2020 10:31:24 +0200 Subject: 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. --- tiny-ec2-bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #!/sbin/openrc-run -# vim:set ft=bash: +# vim:set ft=sh: description="Provides EC2 cloud bootstrap" -- cgit v1.2.3