gitzone

git-based zone management tool for static and dynamic domains
git clone https://git.parazyd.org/gitzone
Log | Files | Refs

commit 475710a7b1b8725322ee380d9ae2a418202f2372
parent 35bdb5882b1690a23e3ef13439e144d17b3a5af4
Author: tg(x) <*@tg-x.net>
Date:   Sun, 27 Feb 2011 01:41:33 +0100

-

Diffstat:
Mbin/gitzone | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/gitzone b/bin/gitzone @@ -92,7 +92,7 @@ sub load_repos_config { } } - load_zones_config($repo) if $key eq '-default'; + load_repos_config($repo) if $key eq '-default'; } sub process_files {