Skip to content

Commit 5a117c8

Browse files
committed
Remove duplicated "try try" in update.sh
1 parent 88ee683 commit 5a117c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ for version in "${versions[@]}"; do
2323
fullVersion="$(sed -r 's/.*"filename";s:[0-9]+:"php-([^"]+)\.tar\.bz2".*/\1/' $packages)"
2424
gpgKey="${gpgKeys[$version]}"
2525
if [ -z "$gpgKey" ]; then
26-
echo >&2 "ERROR: missing GPG key fingerprint for $version; try:"
26+
echo >&2 "ERROR: missing GPG key fingerprint for $version"
2727
echo >&2 " try looking on http://php.net/downloads.php#gpg-$version"
2828
exit 1
2929
fi

0 commit comments

Comments
 (0)