=== modified file 'zsh-functions/confz_postgresql_init' --- zsh-functions/confz_postgresql_init 2014-06-28 04:40:02 +0000 +++ zsh-functions/confz_postgresql_init 2014-06-28 04:39:12 +0000 @@ -97,7 +97,7 @@ fi done <<<$out - fail_reason="database ${(qqq)vars[db]} was not found" + fail_reason="database ${(qqq)vars[name]} was not found" return 1 }