diff --git a/vhdbuilder/packer/test/linux-vhd-content-test.sh b/vhdbuilder/packer/test/linux-vhd-content-test.sh index 0f540ec91f1..84f96eb00a2 100644 --- a/vhdbuilder/packer/test/linux-vhd-content-test.sh +++ b/vhdbuilder/packer/test/linux-vhd-content-test.sh @@ -48,7 +48,7 @@ elif [ "$OS_SKU" = "Flatcar" ]; then elif [ "$OS_SKU" = "AzureLinuxOSGuard" ]; then SKIP_GIT_CLONE=true else - sudo tdnf install -y git + sudo dnf install -y git fi if [ "$SKIP_GIT_CLONE" = "true" ]; then