Skip to content

Commit

Permalink
Move comment into description
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix authored Jan 2, 2024
1 parent 48f749e commit b493273
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions GitHub/GitHubCLI.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
<plist version="1.0">
<dict>
<key>Description</key>
<string>Downloads the latest version of the GitHub command line tool.</string>
<string>Downloads the latest version of the GitHub command line tool.

Valid options for ARCH input variable are "amd64" for Intel (defualt) or "arm64" for Apple Silicon.</string>
<key>Identifier</key>
<string>com.github.homebysix.download.GitHubCLI</string>
<key>Input</key>
<dict>
<key>NAME</key>
<string>GitHub CLI</string>
<!-- valid options for mac are amd64 or arm64 for Apple Silicon -->
<key>ARCH</key>
<string>amd64</string>
</dict>
Expand Down

0 comments on commit b493273

Please sign in to comment.