From 624df87c81f399ba18e5f625e680302b687d168a Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 19 Nov 2020 19:10:40 -0500 Subject: ship: fix bild path --- Biz/Bild/ShellHook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Bild') 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") -- cgit v1.2.3