diff options
Diffstat (limited to 'acid/acid-build')
-rwxr-xr-x | acid/acid-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acid/acid-build b/acid/acid-build index fd5b69d..87c281e 100755 --- a/acid/acid-build +++ b/acid/acid-build @@ -23,7 +23,7 @@ # This file exits early on any failure (non-zero). On a successful run in # `--self` mode, this file does not exit (we are killed by `compose down`). -cd "/services/$1" +cd "$CYCHE_SERVICE_DIR/$1" # For <file>, no absolute paths and no '../' if ! echo "$2" | grep -Evq '\.\.|^/'; then |