Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit c976a2f

Browse files
Fixing args for yaml merge command
1 parent 258776a commit c976a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Application/ApplicationManagerBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public ITask InitializeRepository()
8080
var targetPath = NPath.CurrentDirectory;
8181

8282
var unityYamlMergeExec = Environment.UnityApplication.Parent.Combine("Tools", "UnityYAMLMerge");
83-
var yamlMergeCommand = $@"'{unityYamlMergeExec}' merge -p ""$BASE"" ""$REMOTE"" ""$LOCAL"" ""$MERGED""";
83+
var yamlMergeCommand = $@"'{unityYamlMergeExec}' merge -p '$BASE' '$REMOTE' '$LOCAL' '$MERGED'";
8484

8585
var gitignore = targetPath.Combine(".gitignore");
8686
var gitAttrs = targetPath.Combine(".gitattributes");

0 commit comments

Comments
 (0)