Skip to content

Commit

Permalink
use actual env vars in profile.d script
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Dec 13, 2016
1 parent b36f3fc commit ad14672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ fi
# setup env to support appcloud and force.com plugin commands
mkdir -p .local/.appcloud
echo "$SFDX_HUB_ORG" > $HOME/.local/.appcloud/hubOrg.json
echo "$SFDX_CONFIG" > $HOME/.local/.appcloud/workspace_config.json
echo "\$SFDX_HUB_ORG" > $HOME/.local/.appcloud/hubOrg.json
echo "\$SFDX_CONFIG" > $HOME/.local/.appcloud/workspace_config.json
EOF

Expand Down

0 comments on commit ad14672

Please sign in to comment.