Skip to content

Commit

Permalink
Fix upgrade from pre 2.3.9 (#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Nov 15, 2023
1 parent f012b47 commit e7c5f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethd
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ value."
echo
${__as_owner} git status --porcelain
fi
if [ -n "${ETHDPINNED}" ]; then
if [ -n "${ETHDPINNED:-}" ]; then
echo "Eth Docker version is pinned to ${ETHDPINNED} in \".env\"."
echo "Please make sure to run compatible client versions."
fi
Expand Down

0 comments on commit e7c5f31

Please sign in to comment.