typo on the function

This commit is contained in:
Tommy Verrall
2023-02-03 10:09:00 -01:00
parent de2c3851ee
commit ece189773d
+2 -2
View File
@@ -55,7 +55,7 @@ check_mixnode_binary_build() {
}
# we run the release version first
check_mixnode_build
check_mixnode_binary_build
#lets remove the binary then navigate to the target/release directory for checking the latest version
if [ -f $BINARY_NAME ]; then
echo "removing nym-mixnode"
@@ -66,4 +66,4 @@ else
fi
# we should expect it to pass because no errors should be presented when performing the upgrade of an init
# this should be caught at testing staage
check_mixnode_build
check_mixnode_binary_build