Skip to content

Commit

Permalink
Fix some lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Sep 20, 2024
1 parent 01913a0 commit 7c1098c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [[ -n ${source_ref} ]]; then
rm -rf /chia-blockchain
git clone --recurse-submodules=mozilla-ca https://github.com/Chia-Network/chia-blockchain.git /chia-blockchain
cd /chia-blockchain || exit 1
git checkout ${source_ref}
git checkout "${source_ref}"
/bin/sh ./install.sh -s
fi

Expand Down

0 comments on commit 7c1098c

Please sign in to comment.