diff --git a/GNUmakefile b/GNUmakefile index 9f1828ac5c9f..532a4822f2c0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -66,7 +66,7 @@ mmv1: bundle; \ if [ "$(VERSION)" = "ga" ]; then \ bundle exec compiler.rb -a -e terraform -o $(OUTPUT_PATH) -v ga --no-docs; \ - bundle exec compiler.rb -a -e terraform -o $(OUTPUT_PATH) -v ga --no-code; \ + bundle exec compiler.rb -a -e terraform -o $(OUTPUT_PATH) -v beta --no-code; \ else \ bundle exec compiler.rb -e terraform -o $(OUTPUT_PATH) -v $(VERSION) $(mmv1_compile); \ fi