diff --git a/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Store/GitStore.cs b/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Store/GitStore.cs index b32e1429403..e2ea8b5f488 100644 --- a/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Store/GitStore.cs +++ b/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Store/GitStore.cs @@ -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)