diff options
author | Nicolas Vigier <boklm@mars-attacks.org> | 2013-06-23 17:50:47 +0200 |
---|---|---|
committer | Nicolas Vigier <boklm@mars-attacks.org> | 2013-06-23 17:50:47 +0200 |
commit | 2117492523aa7cc5dae81c4d675de9b382855404 (patch) | |
tree | 5d9bb89835d062972c8c0157457e0ff467bb0719 | |
parent | 5b952a48794fad7115754090dc79c85195082456 (diff) | |
download | mgagit-2117492523aa7cc5dae81c4d675de9b382855404.tar mgagit-2117492523aa7cc5dae81c4d675de9b382855404.tar.gz mgagit-2117492523aa7cc5dae81c4d675de9b382855404.tar.bz2 mgagit-2117492523aa7cc5dae81c4d675de9b382855404.tar.xz mgagit-2117492523aa7cc5dae81c4d675de9b382855404.zip |
Add missing closedir
-rw-r--r-- | lib/MGA/Git.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MGA/Git.pm b/lib/MGA/Git.pm index e84b3d4..812ef58 100644 --- a/lib/MGA/Git.pm +++ b/lib/MGA/Git.pm @@ -33,6 +33,7 @@ sub load_gitrepos_dir { @{$repos->{$name}}{keys %$infos} = values %$infos; } } + closedir $dh; } sub load_gitrepos { |