Skip to content

Commit c246fc6

Browse files
committed
Fixed removal of clones
1 parent 4ac4537 commit c246fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/clone/Remove-PSDCClone.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
$newCloneData = $cloneData | Where-Object {$_.CloneID -ne $item.CloneID}
288288

289289
# Set the clone file
290-
$jsonCloneFile = "JSONFolder:\clones.json"
290+
$jsonCloneFile = "PSDCJSONFolder:\clones.json"
291291

292292
# Convert the data back to JSON
293293
if($newCloneData.Count -ge 1){

0 commit comments

Comments
 (0)