[Bps-public-commit] smokingit branch, master, updated. 124fcb25885514d7d9f68806f75e3f2636e962b0
Alex Vandiver
alexmv at bestpractical.com
Mon Nov 5 17:02:35 EST 2012
The branch, master has been updated
via 124fcb25885514d7d9f68806f75e3f2636e962b0 (commit)
from 81f9e73d75d8afa6740dbaff9066c16c34e57484 (commit)
Summary of changes:
lib/Smokingit/View/GitHub.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 124fcb25885514d7d9f68806f75e3f2636e962b0
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Nov 5 17:02:32 2012 -0500
Fix typo in github sync
diff --git a/lib/Smokingit/View/GitHub.pm b/lib/Smokingit/View/GitHub.pm
index e4e3a26..16b8e40 100644
--- a/lib/Smokingit/View/GitHub.pm
+++ b/lib/Smokingit/View/GitHub.pm
@@ -35,13 +35,14 @@ template '/github' => sub {
or return "Branch is not currently tested\n";
}
- Jifty->api->call(
+ Jifty->rpc->call(
name => "sync_project",
args => $project->name,
);
return undef;
};
if ($@) {
+ warn "Failed to sync: $@";
outs "ERROR: $@"
} elsif ($ret) {
outs "Ignored: $ret";
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list