Skip to content

Commit

Permalink
Typo Update docker-entrypoint.sh (#1987)
Browse files Browse the repository at this point in the history
Fix comment typo in bash script
  • Loading branch information
mdqst authored Nov 17, 2024
1 parent 04188dc commit 5f8f62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lodestar/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [[ "${NETWORK}" =~ ^https?:// ]]; then
branch=$(awk -F'/tree/' '{print $2}' <<< "${NETWORK}" | cut -d'/' -f1)
config_dir=$(awk -F'/tree/' '{print $2}' <<< "${NETWORK}" | cut -d'/' -f2-)
echo "This appears to be the ${repo} repo, branch ${branch} and config directory ${config_dir}."
# For want of something more amazing, let's just fail if git fails to pull this
# For lack of something more sophisticated, let's just fail if git fails to pull this
set -e
if [ ! -d "/var/lib/lodestar/consensus/testnet/${config_dir}" ]; then
mkdir -p /var/lib/lodestar/consensus/testnet
Expand Down

0 comments on commit 5f8f62e

Please sign in to comment.