[libcode-tidyall-perl] 130/374: fix
Jonas Smedegaard
js at alioth.debian.org
Sun Sep 29 22:26:03 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcode-tidyall-perl.
commit 0e3fc534ac5e6a4bd2bcd7b6c0215022d32a1d11
Author: Jonathan Swartz <swartz at pobox.com>
Date: Sun Aug 5 22:10:04 2012 -0700
fix
---
bin/tidyall | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/tidyall b/bin/tidyall
index 31ec358..d59989f 100755
--- a/bin/tidyall
+++ b/bin/tidyall
@@ -58,11 +58,11 @@ if ( $all_files || $svn_files || $git_files ) {
}
elsif ($svn_files) {
require Code::TidyAll::SVN::Util;
- @files = Code::TidyAll::SVN::Util::svn_uncommitted_files();
+ @files = Code::TidyAll::SVN::Util::svn_uncommitted_files($ct->root_dir);
}
elsif ($git_files) {
require Code::TidyAll::Git::Util;
- @files = Code::TidyAll::Git::Util::git_uncommitted_files();
+ @files = Code::TidyAll::Git::Util::git_uncommitted_files($ct->root_dir);
}
}
elsif ( my @files = @ARGV ) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git
More information about the Pkg-perl-cvs-commits
mailing list