| author | Edyta Przymus | 2012-05-28 07:52:07 (EDT) |
|---|---|---|
| committer | Szymon Brandys | 2012-05-29 03:50:25 (EDT) |
| commit | d2cd3fc7b360d77b2da67b5af7c7f11daf9951aa (patch) (side-by-side diff) | |
| tree | 752e7fc6b4489811cdc0e704eeee2249b70382de | |
| parent | fd0f937d3a271860d5c9c3edba440f9cec0d3079 (diff) | |
| download | org.eclipse.orion.client-d2cd3fc7b360d77b2da67b5af7c7f11daf9951aa.zip org.eclipse.orion.client-d2cd3fc7b360d77b2da67b5af7c7f11daf9951aa.tar.gz org.eclipse.orion.client-d2cd3fc7b360d77b2da67b5af7c7f11daf9951aa.tar.bz2 | |
Bug 380805 - Force Push All doesn't work
| -rw-r--r-- | bundles/org.eclipse.orion.client.git/web/orion/git/gitCommands.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.orion.client.git/web/orion/git/gitCommands.js b/bundles/org.eclipse.orion.client.git/web/orion/git/gitCommands.js index 2554a53..7b94d37 100644 --- a/bundles/org.eclipse.orion.client.git/web/orion/git/gitCommands.js +++ b/bundles/org.eclipse.orion.client.git/web/orion/git/gitCommands.js @@ -1286,7 +1286,7 @@ var exports = {}; return; } - exports.gatherSshCredentials(serviceRegistry, commandInvocation, errorData).then( + exports.gatherSshCredentials(serviceRegistry, commandInvocation).then( function(options) { var gitService = serviceRegistry.getService("orion.git.provider"); //$NON-NLS-0$ |

