Skip to content

Commit 4ac4537

Browse files
committed
Fixed removal of images
1 parent 07c8de2 commit 4ac4537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/image/Remove-PSDCImage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
$imageData = $imageData | Where-Object {$_.ImageID -ne $item.ImageID}
274274

275275
# Set the image file
276-
$jsonImageFile = "JSONFolder:\images.json"
276+
$jsonImageFile = "PSDCJSONFolder:\images.json"
277277

278278
# Convert the data back to JSON
279279
if ($newImageData.Count -ge 1) {

0 commit comments

Comments
 (0)