Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edcdavid committed May 16, 2024
1 parent 71ed086 commit 86598ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-multus-network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if $TNF_NON_OCP_CLUSTER; then
# Install macvlan and other default plugins
echo "## install CNIs"
pushd temp/multus-cni/e2e || exit
if [ "${ARCH}" != arm64 ]; then
if [ "$CPU_ARCH" != arm64 ]; then
./get_tools.sh
fi
./generate_yamls.sh
Expand Down

0 comments on commit 86598ce

Please sign in to comment.