Skip to content

Commit 433ff32

Browse files
devm33Copilot
andauthored
Update install.sh
Co-authored-by: Copilot <[email protected]>
1 parent 8edeb17 commit 433ff32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fi
4343

4444
# Check that the file is a valid tarball
4545
if ! tar -tzf "$TMP_TARBALL" >/dev/null 2>&1; then
46-
echo "Error: Downloaded file is not a valid tarball or is corrupted."
46+
echo "Error: Downloaded file is not a valid tarball or is corrupted." >&2
4747
rm -f "$TMP_TARBALL"
4848
exit 1
4949
fi

0 commit comments

Comments
 (0)