Update soup

This commit is contained in:
Mike Reeves
2021-12-03 15:20:33 -05:00
committed by GitHub
parent 780daf8aa7
commit f82d204c0e

View File

@@ -865,7 +865,7 @@ apply_hotfix() {
echo "$FILE does not have an XML header, so no changes are necessary." echo "$FILE does not have an XML header, so no changes are necessary."
fi fi
else else
echo "No Actions required. ($INSTALLEDVERSION/$HOTFIXVERSION)" echo "No actions required. ($INSTALLEDVERSION/$HOTFIXVERSION)"
fi fi
} }