Skip to content

Commit

Permalink
Merge pull request #3061 from StackStorm/alias-separator
Browse files Browse the repository at this point in the history
Fix a typo in the pack install alias
  • Loading branch information
emedvedev committed Nov 29, 2016
2 parents 669e303 + 009ebf0 commit c475a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/packs/aliases/pack_install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pack: "packs"
description: "Install/upgrade StackStorm packs (pack = name or git URL, gitref = tag/branch/commit)."
formats:
- display: "pack install <pack>[,<pack>]"
- display: "pack install <pack>#<gitref>[,<pack#gitref>]"
- display: "pack install <pack>=<gitref>[,<pack>=<gitref>]"
representation:
- "pack install {{ packs }}"
ack:
Expand Down

0 comments on commit c475a71

Please sign in to comment.