summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbin/caelestia (renamed from run.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/bin/caelestia
index aae070b..9afa4f7 100755
--- a/run.sh
+++ b/bin/caelestia
@@ -2,6 +2,6 @@
# Utility script for running caelestia
-cd "$(dirname $0)/src" || exit
+cd "$(dirname $0)/../src" || exit
python -m caelestia "$@"