Skip to content

Commit

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

0 comments on commit 076baab

Please sign in to comment.