Skip to content

Commit b1a6e3f

Browse files
authored
Merge pull request #16930 from JassonCordones/master
fix typo in snipeit.sh
2 parents 06712a6 + 9a2f1a3 commit b1a6e3f

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)