diff --git a/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Git/GitClient.cs b/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Git/GitClient.cs index 06c6dde..f3cbf8c 100644 --- a/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Git/GitClient.cs +++ b/src/Nox.Cli.Plugins/Nox.Cli.Plugin.Git/GitClient.cs @@ -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!"); }