Skip to content

Commit

Permalink
fix: shell lint
Browse files Browse the repository at this point in the history
  • Loading branch information
minhd-vu committed Oct 23, 2024
1 parent b8a9a02 commit e15c2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/contract-deploy/run-l2-contract-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ echo_ts "Building deterministic deployment proxy"
git clone https://github.com/Arachnid/deterministic-deployment-proxy.git \
/opt/deterministic-deployment-proxy \
--branch "{{.deterministic_deployment_proxy_branch}}"
cd /opt/deterministic-deployment-proxy
cd /opt/deterministic-deployment-proxy || exit 1
npm ci
npm run build

Expand Down

0 comments on commit e15c2f0

Please sign in to comment.