Skip to content

Commit

Permalink
Handle failure in push.pl slightly better
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Aug 7, 2015
1 parent 5138bdd commit 39b21e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push.pl
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ sub prompt_for_edit {
description => $hubShort,
full_description => $hubLong,
});
die 'patch to ' . $repoUrl . ' failed' unless $repoPatch->success;
warn 'patch to ' . $repoUrl . ' failed: ' . $repoPatch->res->text and next unless $repoPatch->success;
}

0 comments on commit 39b21e6

Please sign in to comment.