Skip to content

Commit

Permalink
Fix substitution typo in ruby script.
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectionist committed Mar 10, 2015
1 parent d111704 commit 495657b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CriticMarkup.popclipext/script.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

date = Time.now.strftime('datetime="%FT%T%z"')
ctrlcmdprefix = "{~~"
ctrlcmdsuffix = "-> ~~}"
ctrlcmdsuffix = "~> ~~}"
ctrlprefix = "{++"
ctrlsuffix = "++}"
cmdprefix = "{--"
Expand Down

0 comments on commit 495657b

Please sign in to comment.