From df516355bb8f2b772b1be950f728f99faea61db1 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 14 Jul 2025 14:49:42 -0600 Subject: chore: check if envoy is installed and pass raw args to program --- bin/spicedb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/spicedb') diff --git a/bin/spicedb b/bin/spicedb index 6c43a153..5d4cf0bb 100755 --- a/bin/spicedb +++ b/bin/spicedb @@ -5,4 +5,4 @@ if ! command -v spicedb >/dev/null 2>&1; then exit 1 fi -exec spicedb "$@" +exec spicedb $@ -- cgit v1.2.3