diff options
author | Ben Sima <ben@bsima.me> | 2020-11-19 19:10:40 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-19 19:10:40 -0500 |
commit | 624df87c81f399ba18e5f625e680302b687d168a (patch) | |
tree | 68c41561a170d1c329300f8869e150c3410b8270 /Biz/Bild/ShellHook.sh | |
parent | b27890a8f4fa4bb87ee307c4d437332c6b93c980 (diff) |
ship: fix bild path
Diffstat (limited to 'Biz/Bild/ShellHook.sh')
-rw-r--r-- | Biz/Bild/ShellHook.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Bild/ShellHook.sh b/Biz/Bild/ShellHook.sh index 0fc1781..7f82286 100644 --- a/Biz/Bild/ShellHook.sh +++ b/Biz/Bild/ShellHook.sh @@ -62,7 +62,7 @@ function push() { else target="$prefix.$1" fi - what=$(realpath "$BIZ_ROOT/_/bild/$target") + what=$(realpath "$BIZ_ROOT/_/bild/nix/$target") # hack: get the domain from the activation script. there does not seem # to be a way to get it from nix-instantiate where=$(rg -r '$2' -e '(domainname ")(.*)(")' "$what/activate") |