Skip to content

Commit

Permalink
Remove unneeded quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
psprint committed Jul 8, 2020
1 parent 6da29c6 commit a027d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion →za-as-monitor-preinit-handler
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
return 7
}

local __type="$1" __url="$2" __id_as="$3" __dir="$4" __hook="$5" __subtype="$6"
local __type=$1 __url=$2 __id_as=$3 __dir=$4 __hook=$5 __subtype=$6

ZINIT_ICE[.monitor]=${ZINIT_ICE[.monitor]:-$ZINIT_ICE[as]}

Expand Down

0 comments on commit a027d94

Please sign in to comment.