Skip to content

Commit 0f7723d

Browse files
committed
scripts -> Scripts rename pt2
1 parent 1b96d9a commit 0f7723d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Scripts_/CSSketch-remote.coscript Scripts/CSSketch-remote.coscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (!NSClassFromString("MSDocument")){
1212
var documentPath = [sketchDocumentsFolder stringByAppendingPathComponent:"CSSketch - flexBox.sketch"];
1313

1414
// Open Sketch document
15-
[[NSWorkspace sharedWorkspace] openFile:documentPath];
15+
[[NSWorkspace sharedWorkspace] openFile:documentPath];
1616

1717
var url = [NSURL fileURLWithPath:scriptPath];
1818
var app = [COScript app:"Sketch"];
File renamed without changes.

0 commit comments

Comments
 (0)