Skip to content

Commit b16a1bf

Browse files
committed
#35 - Fix processing success output from git commands.
1 parent 3b538bd commit b16a1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitExtensions.BundleBackuper/Services/GitUiCommandsBundleService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ private bool TryRunGitCommand(IGitUICommands commands, string arguments, out str
228228
}
229229

230230
output = process.StandardOutput.ReadToEnd();
231-
return false;
231+
return true;
232232
}
233233
}
234234
}

0 commit comments

Comments
 (0)