commit e9af71ed0f352b719d291004906402780e1d718c parent 3ab1df9687699b730982d0fbd0598b78a7308ab1 Author: Jan Pobrislo <ccx@webprojekty.cz> Date: Sat, 28 Jun 2014 06:40:02 +0200 fix variable name Diffstat:
| M | zsh-functions/confz_postgresql_init | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh-functions/confz_postgresql_init b/zsh-functions/confz_postgresql_init @@ -97,7 +97,7 @@ confz_postgresql_db_check() { fi done <<<$out - fail_reason="database ${(qqq)vars[name]} was not found" + fail_reason="database ${(qqq)vars[db]} was not found" return 1 }