Skip to content

Commit

Permalink
Remove another superfluous colon
Browse files Browse the repository at this point in the history
  • Loading branch information
heirecka committed Mar 11, 2024
1 parent fc67300 commit fffbdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgetpaste
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ showservices() {
done
exit 0
fi
echo "Services supported: (case sensitive):"
echo "Services supported (case sensitive):"
max=4
for s in $SERVICES; do
[[ ${#s} -gt $max ]] && max=${#s}
Expand Down

0 comments on commit fffbdf1

Please sign in to comment.