Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jul 26, 2023
1 parent b3ea322 commit f892dc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features/src/rapids-build-utils/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
"-li",
"+o",
"history",
"/opt/rapids-build-utils/bin/update-content-command.sh"
"rapids-update-content-command"
],
"postStartCommand": [
"/bin/bash",
"-li",
"+o",
"history",
"/opt/rapids-build-utils/bin/post-start-command.sh"
"rapids-post-start-command"
],
"postAttachCommand": [
"/bin/bash",
"-li",
"+o",
"history",
"/opt/rapids-build-utils/bin/post-attach-command.sh"
"rapids-post-attach-command"
]
}

0 comments on commit f892dc6

Please sign in to comment.