diff options
author | Rahil Wazir <rahilwazirali@gmail.com> | 2019-03-10 21:36:21 +0500 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2019-03-10 09:36:21 -0700 |
commit | e3e0dd599ea4ed3e4d89ed4cadbe049a25013700 (patch) | |
tree | 8833dc5e798908a5e8d0992367fcab9e6c17533b | |
parent | 52afbf77f63844abd719e565a15af2c34075de7f (diff) | |
download | zsh-e3e0dd599ea4ed3e4d89ed4cadbe049a25013700.tar.gz zsh-e3e0dd599ea4ed3e4d89ed4cadbe049a25013700.tar.bz2 zsh-e3e0dd599ea4ed3e4d89ed4cadbe049a25013700.zip |
fix typo (#7643)
Extra t in `wp theme updatet`
-rw-r--r-- | plugins/wp-cli/wp-cli.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wp-cli/wp-cli.plugin.zsh b/plugins/wp-cli/wp-cli.plugin.zsh index 45fac0761..97bed406e 100644 --- a/plugins/wp-cli/wp-cli.plugin.zsh +++ b/plugins/wp-cli/wp-cli.plugin.zsh @@ -109,7 +109,7 @@ alias wptm='wp theme mod' alias wptp='wp theme path' alias wpts='wp theme search' alias wptst='wp theme status' -alias wptu='wp theme updatet' +alias wptu='wp theme update' # Transient |