Skip to content

Commit

Permalink
Overwrite when getting files
Browse files Browse the repository at this point in the history
  • Loading branch information
pescuma authored and jpricket committed Jun 27, 2017
1 parent c728860 commit 6629d4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public Void call() throws Exception {
final Workspace workspace = vcc.getWorkspace(workFolder);
final VersionControlEventEngine eventEngine = vcc.getEventEngine();
eventEngine.addGetListener(this);
workspace.get(getVersionSpec, GetOptions.NONE);
workspace.get(getVersionSpec, GetOptions.OVERWRITE);
eventEngine.removeGetListener(this);

final String gotMessage = String.format(GotTemplate, versionSpecString, getCount);
Expand Down

0 comments on commit 6629d4f

Please sign in to comment.