Skip to content

Commit

Permalink
Add inactive hosts completion.
Browse files Browse the repository at this point in the history
  • Loading branch information
go committed Jan 13, 2017
1 parent c290032 commit c1c99c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _rancher
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ __rancher_hosts() {
if [[ -z "${(M)RANCHER_URL:#*project*}" ]] then
return 0
else
lines=(${(f)"$(_call_program commands rancher host ls)"})
lines=(${(f)"$(_call_program commands rancher host ls -a)"})
fi
# Parse header line to find columns
local i=1 j=1 k header=${lines[1]}
Expand Down

0 comments on commit c1c99c2

Please sign in to comment.