summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/functions/put2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/put b/etc/functions/put
index c246e64..7dc78a0 100644
--- a/etc/functions/put
+++ b/etc/functions/put
@@ -14,7 +14,7 @@ typeset -i pic make_random
zmodload zsh/stat
if [[ -z ${commands[curl]} ]]; then
- function curl {return 0}
+ function curl { return 0; }
print -P "%B%F{yellow}curl not present, won't be able to check upload success%f%b"
fi