Skip to content

Commit

Permalink
Fixes #18745: check compatibility also needs the version as parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Dec 4, 2020
1 parent d027b0c commit 97644e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rudder-webapp/SOURCES/rudder-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ upgrade_plugins() {
else
echo "Plugins were not updated, because connection test is failing, please upgrade your plugins manually"
fi
rudder package check-compatibility || true
rudder package check-compatibility --version=6.2 || true
}

################################################################################
Expand Down

0 comments on commit 97644e4

Please sign in to comment.