Skip to content

Commit

Permalink
command/output: uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Dec 13, 2024
1 parent 5e25c04 commit 85fb91e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/rm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ if [[ -f "$SAFE_RM_PROTECTED_RULES" ]]; then
:
else
error "[WARNING] safe-rm requires a git repository to use protected rules"
error "initializing a git repository in \"$SAFE_RM_CONFIG_ROOT\" ..."
error "Initializing a git repository in \"$SAFE_RM_CONFIG_ROOT\" ..."

git -C "$SAFE_RM_CONFIG_ROOT" init -q

error "success"
error "Success"
fi
else
error "[WARNING] safe-rm requires git installed to use protected rules"
Expand Down

0 comments on commit 85fb91e

Please sign in to comment.