From a65cb502520d09353295a3d10c6203e3273be70f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 20 Dec 2019 20:44:00 +0000 Subject: fix: Various minor fixes for new repository layout --- bin/__dispatch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh index d502a9dfaf..ffb4605fd4 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 -- cgit 1.4.1