Skip to content

Commit ad3640b

Browse files
committed
Smaller error message
1 parent a160724 commit ad3640b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/updater/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ function check_for_update() {
246246
fi
247247
248248
if [ -z ${LATEST} ]; then
249-
echo "Failed to lookup latest release. This could happen if the 'updater' binary is corrupted."
249+
echo "Failed to lookup latest release"
250250
return 1
251251
fi
252252

0 commit comments

Comments
 (0)