Skip to content

Commit

Permalink
fix: bashrc file path
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandoataoldotcom authored Oct 9, 2023
1 parent ab3c5b5 commit e31413d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/tools/add-tools-to-shells.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

add_tools_to_shells() {
if [ -f "/home/vscode/.bashrc" ]; then
find /tmp/tools/ -type f ! -name "add-tools-to-shells.sh" ! -name "helm-repositories.yaml" \
find /etc/tools/ -type f ! -name "add-tools-to-shells.sh" ! -name "helm-repositories.yaml" \
-exec sh -c 'echo >> /home/vscode/.bashrc; cat "{}" >> /home/vscode/.bashrc' \;
fi

Expand Down

0 comments on commit e31413d

Please sign in to comment.