Skip to content

Commit

Permalink
chore(cli): integ tests breakage (#7711)
Browse files Browse the repository at this point in the history
Copy paste error. `local` cannot be used outside of a function.
  • Loading branch information
iliapolo authored Apr 30, 2020
1 parent 8841880 commit 3603057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk/test/integ/run-against-dist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [[ ! -f $dist_root/build.json ]]; then
exit 1
fi

local local_cli_version="$(node -e "console.log(require('${dist_root}/build.json').version)")"
local_cli_version="$(node -e "console.log(require('${dist_root}/build.json').version)")"

serve_npm_packages

Expand Down

0 comments on commit 3603057

Please sign in to comment.