Skip to content

Commit

Permalink
fix: remove excess log
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehamilton committed Feb 29, 2024
1 parent feeb48e commit 3dbad05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/flake/flake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,6 @@ flake_show() {
show_help show
exit 0
fi
echo args: ${#positional_args[@]}

if [[ ${#positional_args[@]} > 2 ]]; then
log_fatal "${text_bold}flake show${text_reset} received too many positional arguments."
Expand Down

0 comments on commit 3dbad05

Please sign in to comment.