aboutsummaryrefslogtreecommitdiff
path: root/installer/install-solargraph.sh
diff options
context:
space:
mode:
Diffstat (limited to 'installer/install-solargraph.sh')
-rwxr-xr-xinstaller/install-solargraph.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install-solargraph.sh b/installer/install-solargraph.sh
index 3c9f528..df8cd7d 100755
--- a/installer/install-solargraph.sh
+++ b/installer/install-solargraph.sh
@@ -5,7 +5,7 @@ set -e
git clone "https://github.com/castwide/solargraph" .
bundle install --path vendor/bundle
-cat <<EOF > solargraph
+cat <<EOF >solargraph
#!/usr/bin/env bash
DIR=\$(cd \$(dirname \$0); pwd)