Skip to content

Commit

Permalink
Merge pull request #223 from Automattic/fix-vip-cli
Browse files Browse the repository at this point in the history
fix(vip-cli): update variable substitution
  • Loading branch information
sjinks authored Jun 2, 2024
2 parents e624d88 + c3dedea commit 8a070e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/src/vip-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "vip-cli",
"name": "VIP-CLI",
"version": "1.4.3",
"version": "1.4.4",
"description": "Installs VIP-CLI into the Dev Environment",
"options": {
"enabled": {
Expand Down
2 changes: 1 addition & 1 deletion features/src/vip-cli/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [ "${ENABLED}" = "true" ]; then
esac
fi

npm i -g "@automattic/vip@${VIP_CLI_VERSION+}"
npm i -g "@automattic/vip@${VIP_CLI_VERSION}"

install -D -m 0755 -o root -g root vip-sync-db.sh /usr/local/bin/vip-sync-db

Expand Down

0 comments on commit 8a070e7

Please sign in to comment.