Skip to content

Commit

Permalink
fix: env var substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ovi committed Aug 15, 2024
1 parent 8826059 commit f96c830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/flyctl/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
},
"containerEnv": {
"PATH": "${HOME}/.fly/bin:${PATH}",
"FLYCTL_INSTALL": "${HOME}/.fly"
"PATH": "${containerEnv:HOME}/.fly/bin:${containerEnv:PATH}",
"FLYCTL_INSTALL": "${containerEnv:HOME}/.fly"
}
}

0 comments on commit f96c830

Please sign in to comment.