[padb] r391 committed - Fix a typo in the previous commit, call slurp_cmd which does exist...

padb at googlecode.com padb at googlecode.com
Tue Feb 16 22:14:03 GMT 2010


Revision: 391
Author: apittman
Date: Tue Feb 16 14:13:21 2010
Log: Fix a typo in the previous commit, call slurp_cmd which does exist
rather than slurm_cmd() which doesn't.

http://code.google.com/p/padb/source/detail?r=391

Modified:
  /trunk/src/padb

=======================================
--- /trunk/src/padb	Mon Feb 15 10:24:12 2010
+++ /trunk/src/padb	Tue Feb 16 14:13:21 2010
@@ -916,7 +916,7 @@

  sub slurp_remote_cmd {
      my ( $host, $cmd ) = @_;
-    return slurm_cmd("ssh $host $cmd");
+    return slurp_cmd("ssh $host $cmd");
  }

  sub slurp_dir {




More information about the padb-devel mailing list