summaryrefslogtreecommitdiffstats
path: root/acid/acid-source
diff options
context:
space:
mode:
Diffstat (limited to 'acid/acid-source')
-rwxr-xr-xacid/acid-source2
1 files changed, 1 insertions, 1 deletions
diff --git a/acid/acid-source b/acid/acid-source
index 2d507d6..29b1516 100755
--- a/acid/acid-source
+++ b/acid/acid-source
@@ -23,7 +23,7 @@ gethash() {
"$1" # pattern
}
-cd '/services'
+cd "$CYCHE_SERVICE_DIR"
# For <name>, limit to a-z, 0-9, -, _
if ! echo "$1" | grep -Eq '^[-_a-z0-9]*$'; then