Skip to content

Commit

Permalink
Merge branch 'pgh' of https://github.com/ScottSuarez/magic-modules in…
Browse files Browse the repository at this point in the history
…to pgh
  • Loading branch information
ScottSuarez committed Nov 1, 2023
2 parents 49f62d9 + 0da2a2e commit b5256de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5256de

Please sign in to comment.