summaryrefslogtreecommitdiff
path: root/bin/zed
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-08-14 18:19:12 -0600
committermo khan <mo@mokhan.ca>2025-08-14 18:19:12 -0600
commit21952b2c5b9f4973c966057f6041c488b5e09129 (patch)
treedc8f733b1d66d369455096d3a61d508367a9371f /bin/zed
parent0b7103e850232eaab4e87a0322817055e55dbe51 (diff)
parent034d58bf07c55fa5ae7a347defda8cbacf811027 (diff)
Merge branch 'pg-db' into 'main'
Start a pg container in the integration tests See merge request gitlab-org/software-supply-chain-security/authorization/sparkled!23
Diffstat (limited to 'bin/zed')
-rwxr-xr-xbin/zed2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/zed b/bin/zed
index fbe7834..1e71a68 100755
--- a/bin/zed
+++ b/bin/zed
@@ -10,4 +10,4 @@ if ! command -v zed >/dev/null 2>&1; then
exit 1
fi
-./bin/tool godotenv -f .env.local,.env go tool zed --insecure $@
+./bin/tool godotenv -f .env.local,.env zed --insecure $@