Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wardnath authored Jun 20, 2024
1 parent 22813ae commit 282f423
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 @@ -7,7 +7,7 @@
}
},
"postAttachCommand": [
"curl -fsSL https://get.jetpack.io/devbox | bash -s -- -f ;\n",
"curl -fsSL https://get.jetpack.io/devbox | bash -s -- -f && echo done ; \n",
"echo 'eval \"$(devbox global shellenv --init-hook)\"' >> ~/.zshrc"
]
}

0 comments on commit 282f423

Please sign in to comment.