Skip to content

Commit 798cb86

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.11
3+
version: 0.0.12
44
repository: https://github.com/mikeborodin/menusc
55

66
environment:

terrun.starter.yaml

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

0 commit comments

Comments
 (0)