3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 03:05:41 +00:00

Fixed typo

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-05-14 15:02:40 +02:00
parent 053e815206
commit da4bce0c89

View File

@ -218,7 +218,7 @@ install_composer () {
fi
if [ "$EXPECTED_SIGNATURE" != "$ACTUAL_SIGNATURE" ]; then
>?&2 echo 'ERROR: Invalid composer installer signature'
>&2 echo 'ERROR: Invalid composer installer signature'
exit 1
fi