mdeuser commented on a change in pull request #2520: Prints bashauto-completion install script to STDOUT URL: https://github.com/apache/incubator-openwhisk/pull/2520#discussion_r130686332
########## File path: tools/ubuntu-setup/bashprofile.sh ########## @@ -1,5 +1,4 @@ # Adds openwhisk bin to bash profile echo 'export PATH=$HOME/openwhisk/bin:$PATH' > "$HOME/.bash_profile" # Adds tab completion -echo 'eval "$(register-python-argcomplete wsk)"' >> "$HOME/.bash_profile" Review comment: i'm pretty sure this can be removed.. @rabbah ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
