Skip to content

Commit

Permalink
Remove source from postCreateCommand (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
larskaare authored Oct 29, 2024
1 parent 931184a commit 1e41afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"trufflehog": "curl -L https://github.com/trufflesecurity/trufflehog/releases/download/v3.82.13/trufflehog_3.82.13_linux_amd64.tar.gz| tar -xz -C /tmp/ && sudo mv /tmp/trufflehog /usr/local/bin/"
},
"postCreateCommand": {
"define-environment": "./src/define-environment.sh; source ~/.zshrc"
"define-environment": "./src/define-environment.sh"
},
"containerEnv": {
"PIPELINE": "development",
Expand Down

0 comments on commit 1e41afb

Please sign in to comment.