Commit 622ee8ee authored by nimrod's avatar nimrod
Browse files

Fix Pipenv completion generation.

parent b0431d0b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -257,7 +257,7 @@ RUN apt-get update && \
    for i in 0.12 0.13 0.14 0.15 1.0; do tfenv install "latest:^$i"; done && \
    tfenv install latest && \
    tfenv use latest && \
    pipenv --completion > /etc/bash_completion.d/pipenv && \
    _PIPENV_COMPLETE=bash_source pipenv > /etc/bash_completion.d/pipenv && \
    rabbitmqadmin --bash-completion  > /etc/bash_completion.d/rabbitmqadmin && \
    poetry completions bash > /etc/bash_completion.d/poetry && \
    register-python-argcomplete gitlab > /etc/bash_completion.d/gitlab && \