Skip to content

Commit bb8f11e

Browse files
committed
[fix] typo in config
1 parent 798cb86 commit bb8f11e

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
@@ -35,5 +35,5 @@ final defaultsYaml=r'''commands:
3535
# preRun:
3636
# - command: osascript -e tell application System Events to key code 24 using {shift down, control down}
3737
# postRun:
38-
# - command: say \'good job $USER\'
38+
# - command: say "good job $USER"
3939
''';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: terrun
22
description: terrun - efficient terminal runner
3-
version: 0.0.12
3+
version: 0.0.13
44
repository: https://github.com/mikeborodin/menusc
55

66
environment:

0 commit comments

Comments
 (0)