Skip to content

Commit

Permalink
Eliminate * is not a valid pathspec on non-windows machines (#6484)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored Jul 11, 2023
1 parent 230a476 commit 7fc2933
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ private void Clean(GitAssetsConfiguration config)
{
try
{
GitHandler.Run("checkout *", config);
GitHandler.Run("checkout .", config);
GitHandler.Run("clean -xdf", config);
}
catch (GitProcessException e)
Expand Down

0 comments on commit 7fc2933

Please sign in to comment.