Skip to content

Commit 85fb91e

Browse files
committed
command/output: uppercase
1 parent 5e25c04 commit 85fb91e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/rm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ if [[ -f "$SAFE_RM_PROTECTED_RULES" ]]; then
125125
:
126126
else
127127
error "[WARNING] safe-rm requires a git repository to use protected rules"
128-
error "initializing a git repository in \"$SAFE_RM_CONFIG_ROOT\" ..."
128+
error "Initializing a git repository in \"$SAFE_RM_CONFIG_ROOT\" ..."
129129

130130
git -C "$SAFE_RM_CONFIG_ROOT" init -q
131131

132-
error "success"
132+
error "Success"
133133
fi
134134
else
135135
error "[WARNING] safe-rm requires git installed to use protected rules"

0 commit comments

Comments
 (0)