diff options
| author | vladislav doster <10052309+vladdoster@users.noreply.github.com> | 2024-03-26 03:55:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-26 09:55:16 +0100 |
| commit | 1d09c6bb0a950756a65b02457842933e3aa493eb (patch) | |
| tree | d3da2149911d18975d3ca88158971e4207328950 /plugins/nomad | |
| parent | a168efe73e467c7164ef9b49dea61e9aefd27a48 (diff) | |
| download | zsh-1d09c6bb0a950756a65b02457842933e3aa493eb.tar.gz zsh-1d09c6bb0a950756a65b02457842933e3aa493eb.tar.bz2 zsh-1d09c6bb0a950756a65b02457842933e3aa493eb.zip | |
style: remove trailing whitespace (#12303)
Diffstat (limited to 'plugins/nomad')
| -rw-r--r-- | plugins/nomad/_nomad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/nomad/_nomad b/plugins/nomad/_nomad index 4c6cb2fcb..87f80aa84 100644 --- a/plugins/nomad/_nomad +++ b/plugins/nomad/_nomad @@ -89,7 +89,7 @@ __plan() { '-address=[(addr) The address of the Nomad server. Overrides the NOMAD_ADDR environment variable if set. Default = http://127.0.0.1:4646]' \ '-region=[(region) The region of the Nomad servers to forward commands to. Overrides the NOMAD_REGION environment variable if set. Defaults to the Agent s local region.]' \ '-no-color[Disables colored command output.]' \ - '-diff[Determines whether the diff between the remote job and planned job is shown. Defaults to true.]' + '-diff[Determines whether the diff between the remote job and planned job is shown. Defaults to true.]' } __run() { |
