[Bps-public-commit] r16191 - Prophet/trunk/lib/Prophet/CLI/Command

ruz at bestpractical.com ruz at bestpractical.com
Thu Oct 2 06:57:12 EDT 2008


Author: ruz
Date: Thu Oct  2 06:57:10 2008
New Revision: 16191

Modified:
   Prophet/trunk/lib/Prophet/CLI/Command/Config.pm

Log:
* minor fix, self was not shifted out of @_

Modified: Prophet/trunk/lib/Prophet/CLI/Command/Config.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI/Command/Config.pm	(original)
+++ Prophet/trunk/lib/Prophet/CLI/Command/Config.pm	Thu Oct  2 06:57:10 2008
@@ -15,7 +15,7 @@
     }
     for my $file (@files) {
         print "Config files:\n\n";
-            print "$file\n";
+        print "$file\n";
     }
     print "\nYour configuration:\n\n";
     for my $item ($config->list) {
@@ -25,6 +25,7 @@
 }
 
 sub no_config_files {
+    my $self = shift;
     return "No configuration files found. "
          . " Either create a file called 'prophetrc' inside of "
          . $self->handle->fs_root



More information about the Bps-public-commit mailing list