Skip to content

Commit da4bce0

Browse files
committed
Fixed typo
Signed-off-by: snipe <[email protected]>
1 parent 053e815 commit da4bce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snipeit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ install_composer () {
218218
fi
219219

220220
if [ "$EXPECTED_SIGNATURE" != "$ACTUAL_SIGNATURE" ]; then
221-
>?&2 echo 'ERROR: Invalid composer installer signature'
221+
>&2 echo 'ERROR: Invalid composer installer signature'
222222
exit 1
223223
fi
224224

0 commit comments

Comments
 (0)