op: skip env check for `op switch` (#34619)

pull/34620/head^2
Adeeb Shihadeh 2 months ago committed by GitHub
parent 1cff1a363e
commit bea096f0c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tools/op.sh

@ -318,8 +318,6 @@ function op_sim() {
}
function op_switch() {
op_before_cmd
REMOTE="origin"
if [ "$#" -gt 1 ]; then
REMOTE="$1"

Loading…
Cancel
Save