We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b4358 commit d97354eCopy full SHA for d97354e
src/services/Elastic.Documentation.Assembler/Configuration/ConfigurationCloneService.cs
@@ -29,7 +29,7 @@ Cancel ctx
29
{
30
var checkoutFolder = fs.DirectoryInfo.New(ConfigurationFileProvider.AppDataConfigurationDirectory).Parent;
31
if (saveLocal)
32
- checkoutFolder = fs.DirectoryInfo.New(ConfigurationFileProvider.LocalConfigurationDirectory);
+ checkoutFolder = fs.DirectoryInfo.New(ConfigurationFileProvider.LocalConfigurationDirectory).Parent;
33
if (checkoutFolder is null)
34
35
collector.EmitGlobalError($"Unable to find checkout folder {checkoutFolder}");
0 commit comments