Skip to content

Commit

Permalink
Merge pull request #248 from NoxOrg/feature/git-plugin
Browse files Browse the repository at this point in the history
removed unused ex
  • Loading branch information
jan-schutte committed Jun 11, 2024
2 parents 02be623 + c9a2514 commit acbe896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nox.Cli.Plugins/Nox.Cli.Plugin.Git/GitClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public GitClient(string workingDirectory)
throw new Exception("Git executable not found!");
}
}
catch(Exception ex)
catch
{
throw new Exception("Git executable not found!");
}
Expand Down

0 comments on commit acbe896

Please sign in to comment.