From 480cc57da38358a54de2718c5f28d0d3722c4b39 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Tue, 13 May 2025 10:32:33 -0600 Subject: [PATCH] Pass args to op auth (#35202) --- tools/op.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/op.sh b/tools/op.sh index 93e774a2ac..a7ed964812 100755 --- a/tools/op.sh +++ b/tools/op.sh @@ -254,7 +254,7 @@ function op_setup() { function op_auth() { op_before_cmd - op_run_command tools/lib/auth.py + op_run_command tools/lib/auth.py "$@" } function op_activate_venv() {