From f77734447c2af100240561996a6cf833f3dca089 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 13 Feb 2010 12:11:57 +0100 Subject: Don't use die/warn/info, they'll probably be removed some time --- etc/functions/put | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/functions/put') diff --git a/etc/functions/put b/etc/functions/put index bf512c1..556d50b 100644 --- a/etc/functions/put +++ b/etc/functions/put @@ -13,7 +13,7 @@ typeset -i n_hosts n_ping n_curl if [[ -z $commands[curl] ]]; then function curl {return 0} - warn "curl not present, won't be able to check upload success" + print -P "%B%F{yellow}curl not present, won't be able to check upload success%f%b" fi function put_aneurysm_vpn { -- cgit v1.2.3