aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-30 10:46:22 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-30 10:46:22 -0600
commitcfa81a60d0827daa562c055ac32e4b405f7ddaf5 (patch)
tree16e3399691ca41f1f49e0b0c41f4b0b125d4383c
parentc21de1ba520b4047a96854e6e4f75ad101f374f8 (diff)
full path to cp
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 625e3fd..36e0e4a 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -30,7 +30,7 @@ git checkout "$branch"
git clean -f
git pull
-cp "$HOME/website/deploy.sh" /usr/local/bin
+/bin/cp "$HOME/website/deploy.sh" /usr/local/bin
cd ~/dotfiles || exit
~/website/fix-dotfile-paths.sh