Skip to content

Commit e44680e

Browse files
authored
fix: remove pluto flag (#145)
1 parent 5b57072 commit e44680e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ RUN echo "PS1='\[\033[1;36m\]\u\[\033[1;31m\]@\[\033[1;32m\]\h:\[\033[1;35m\]\w\
347347
echo "source <(helm completion bash)" >>/etc/profile && \
348348
echo "source <(cmctl completion bash)" >>/etc/profile && \
349349
echo "source <(velero completion bash)" >>/etc/profile && \
350-
echo "source <(pluto completion bash --no-footer)" >>/etc/profile && \
350+
echo "source <(pluto completion bash)" >>/etc/profile && \
351351
echo "source <(kyverno completion bash)" >>/etc/profile
352352

353353
# Set bash as default shell

0 commit comments

Comments
 (0)