aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 6b52919..128016e 100755
--- a/build.sh
+++ b/build.sh
@@ -5,8 +5,8 @@ cabal build exe:tasker
bin=$(cabal list-bin exe:tasker)
-sudo install -Dm755 "$bin" /usr/local/bin/tasker
+sudo install -Dm755 "$bin" /usr/local/bin/tasker
sudo install -Dm644 tasker.fish /usr/share/fish/vendor_completions.d/tasker.fish
-echo "Installed $bin -> /usr/local/bin/tasker"
+echo "Installed $bin -> /usr/local/bin/tasker"
echo "Installed tasker.fish -> /usr/share/fish/vendor_completions.d/tasker.fish"