Skip to content

Commit 8ebde00

Browse files
committed
fix: windows using rm -F instead of rm -Force
1 parent 9478737 commit 8ebde00

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

InstallCosmo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ string installerPath
7171
if (dirEntries.Length != 0)
7272
{
7373
if (OperatingSystem.IsWindows())
74-
ExecuteCommand("Failed to remove shard.lock", "powershell", "-c \"rm -F ./shard.lock\"");
74+
ExecuteCommand("Failed to remove shard.lock", "powershell", "-c \"rm -Force ./shard.lock\"");
7575
else
7676
ExecuteCommand("Failed to remove shard.lock", "rm", "-f shard.lock");
7777

snapd_setup.sh

100755100644
File mode changed.

0 commit comments

Comments
 (0)