diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/__dispatch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh index d502a9dfaff3..ffb4605fd4a8 100755 --- a/bin/__dispatch.sh +++ b/bin/__dispatch.sh @@ -6,7 +6,7 @@ # to the key in nixpkgs which represents the program you want to run. set -ueo pipefail -readonly REPO_ROOT=$(dirname $0)/../.. +readonly REPO_ROOT=$(dirname $0)/.. TARGET_TOOL=$(basename $0) case "${TARGET_TOOL}" in |