Skip to content

Commit

Permalink
update no longer fails on diff
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Nov 1, 2023
1 parent faa6852 commit 242df8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ethd
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ upgrade_compose() {
fi
${__auto_sudo} apt-get update
${__auto_sudo} apt-get install -y docker-compose-v2 docker-buildx
echo "Installed docker-compose-plugin"
echo "Installed docker-compose-v2"
__old_compose=0
__compose_exe="docker compose"
__compose_upgraded=1
Expand Down Expand Up @@ -1110,7 +1110,7 @@ reset to defaults."
echo
echo "List of changes made to ${ENV_FILE} during migration - current on left, original on right:"
echo
diff -y --suppress-common-lines "${ENV_FILE}" "${ENV_FILE}".bak
diff -y --suppress-common-lines "${ENV_FILE}" "${ENV_FILE}".bak || true
if [ "$__pre_merge" -eq 1 ]; then
echo
echo "You appear to be coming from a pre-merge setup."
Expand Down

0 comments on commit 242df8d

Please sign in to comment.