Skip to content

Commit

Permalink
chore: Remove unnecessary echo statements in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Apr 20, 2024
1 parent d1360eb commit dcb9437
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/alpine-gh-copilot-cli/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ npm i -g @githubnext/github-copilot-cli

if [[ $INITALIAS == "true" ]]; then
CURRENT_USER=$(awk -v val=1000 -F ":" '$3==val{print $1}' /etc/passwd)
echo "CURRENT_USER is $CURRENT_USER"
echo "_CONTAINER_USER_HOME is $_CONTAINER_USER_HOME"

if [[ -z $CURRENT_USER ]]; then
echo 'eval "$(github-copilot-cli alias -- "$0")"' >> $_CONTAINER_USER_HOME/.zshrc
Expand Down

0 comments on commit dcb9437

Please sign in to comment.