Skip to content

Commit

Permalink
Fix indentation in _cdbookmark_print_error()
Browse files Browse the repository at this point in the history
  • Loading branch information
erikw committed Nov 4, 2021
1 parent f5943f0 commit c5dc6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cd-bookmark
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ EOF
}

function _cdbookmark_print_error() {
echo "$SCRIPT_NAME: $@" 1>&2
echo "Try \`-h' option for more information." 1>&2
echo "$SCRIPT_NAME: $@" 1>&2
echo "Try \`-h' option for more information." 1>&2
}

function _cdbookmark_edit_bookmark() {
Expand Down

0 comments on commit c5dc6b6

Please sign in to comment.