You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/06/03 17:30:42 UTC

[whimsy] branch master updated: Drop deliberate error to force failure

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 3bf37b9  Drop deliberate error to force failure
3bf37b9 is described below

commit 3bf37b91c4fec0ed62e1ceff107098c526d271d4
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jun 3 18:30:38 2019 +0100

    Drop deliberate error to force failure
---
 lib/whimsy/asf/svn.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/svn.rb b/lib/whimsy/asf/svn.rb
index 2561559..dae9171 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -237,7 +237,7 @@ module ASF
         File.write(file, info)
 
         # commit changes
-        rc = Kernel.system 'svn', 'commitx', '--quiet',
+        rc = Kernel.system 'svn', 'commit', '--quiet',
           '--no-auth-cache', '--non-interactive',
           '--username', user, '--password', pass,
           file, '--message', msg