Skip to content

Commit cd2a4f7

Browse files
committed
[fix] starter config preHook
1 parent 6e77795 commit cd2a4f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/features/configure/defaults.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ final defaultsYaml=r'''commands:
3333
3434
# hooks:
3535
# preRun:
36-
# - command: osascript -e tell application System Events to key code 24 using {shift down, control down}
36+
# - command: osascript -e "tell application \"System Events\" to key code 24 using {shift down, control down}"
3737
# postRun:
3838
# - command: say "good job $USER"
3939
''';

terrun.starter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ commands:
3131

3232
# hooks:
3333
# preRun:
34-
# - command: osascript -e tell application System Events to key code 24 using {shift down, control down}
34+
# - command: osascript -e "tell application \"System Events\" to key code 24 using {shift down, control down}"
3535
# postRun:
3636
# - command: say "good job $USER"

0 commit comments

Comments
 (0)