1 parent 4716124 commit bdff65aCopy full SHA for bdff65a
1 file changed
src/Commands/Clone.cs
@@ -16,7 +16,7 @@ public Clone(string ctx, string path, string url, string localName, string sshKe
16
builder.Append(extraArgs).Append(' ');
17
builder.Append(url).Append(' ');
18
if (!string.IsNullOrEmpty(localName))
19
- builder.Append(localName);
+ builder.Append(localName.Quoted());
20
21
Args = builder.ToString();
22
}
0 commit comments