Skip to content

Commit

Permalink
Don't include PowerShell completions in tgz
Browse files Browse the repository at this point in the history
The PowerShell completion script was outdated,
and removed from this repository in
65fdbf0.

A more up to date implementation can be found
here; https://github.com/samneirinck/posh-docker

Removing this script from the tgz

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Nov 3, 2016
1 parent 877c860 commit 1be4b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/make/tgz
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ for d in "$CROSS/"*/*; do
copy_binaries $TAR_PATH

# add completions
for s in bash fish powershell zsh; do
for s in bash fish zsh; do
mkdir -p $TAR_PATH/completion/$s
cp -L contrib/completion/$s/*docker* $TAR_PATH/completion/$s/
done
Expand Down

0 comments on commit 1be4b0e

Please sign in to comment.