Skip to content

Commit

Permalink
cmd/setup: no need to log step-id for zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi4 committed Mar 21, 2024
1 parent 2a26299 commit aa5c650
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/setup/savvy.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ function __savvy_cmd_pre_exec__() {
step_id=""
if [[ "${SAVVY_CONTEXT}" == "1" ]] ; then
step_id=$(SAVVY_SOCKET_PATH=${SAVVY_INPUT_FILE} savvy send $cmd)
echo "step_id: ${step_id}"
fi
}
add-zsh-hook preexec __savvy_cmd_pre_exec__
Expand Down

0 comments on commit aa5c650

Please sign in to comment.