aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 036fd6e..9529bf9 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -Eeuo pipefail
-cd "${BASH_SOURCE%/*}/"
+cd "$(dirname "${BASH_SOURCE[0]}")"
apt_wait() {
local i=0