Wrap osascript within backticks

To allow clients to pick up the text as another command and allow the link to the page to be shown.
This commit is contained in:
Agniva De Sarker
2017-08-06 11:00:26 +05:30
committed by GitHub
parent 3413be7258
commit c3d824541b

View File

@@ -10,7 +10,7 @@
`open -a {{Application}}`
- Run a graphical macOS app based on the bundle identifier (refer to osascript for an easy way get this):
- Run a graphical macOS app based on the bundle identifier (refer to `osascript` for an easy way get this):
`open -b {{com.domain.application}}`