Skip to content
Snippets Groups Projects
Commit 9b51290e authored by Georg Seibt's avatar Georg Seibt :nerd:
Browse files

README.md edited online with Bitbucket

parent 314b610f
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ GitWrapper git;
try {
git = new GitWrapper("git");
} catch (ToolNotWorkingException ex) {
// Handle that case that git can not be called using the supplied command.
// Handle the case that git can not be called using the supplied command.
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment