From 33662128d2da7ce4e9e5a1cb5b35c63cc2c97793 Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Wed, 2 Feb 2022 14:28:41 -0500
Subject: Fix argument reference

---
 Biz/Ide/repl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Biz/Ide/repl b/Biz/Ide/repl
index 79e7875..4a9dab6 100755
--- a/Biz/Ide/repl
+++ b/Biz/Ide/repl
@@ -12,7 +12,7 @@
 ##
   set -e
   target=${1:?}
-  json=$(bild --json $1)
+  json=$(bild --json "$target")
   langdeps=$(jq --raw-output '.[].langdeps | join(" ")' <<< $json)
   nix-shell \
     --packages "(import $BIZ_ROOT/Biz/Bild.nix {}).ghcWith (h: with h; [$langdeps])" \
-- 
cgit v1.2.3