Fix typo in generate command line
This commit is contained in:
parent
c02e9927d4
commit
361b08bffd
|
@ -115,4 +115,4 @@ URLS=(https://content.googleapis.com/discovery/v1/apis/youtubePartner/v1/rest \
|
||||||
https://monitoring.googleapis.com/\$discovery/rest?version=v3 \
|
https://monitoring.googleapis.com/\$discovery/rest?version=v3 \
|
||||||
)
|
)
|
||||||
|
|
||||||
echo 'a' | bundle exec bin/generate-api gen generated --from-discovery=true --names_out=$DIR/api_names_out.yaml --url=${URLS[*]} --id=${API_IDS[*]}
|
echo 'a' | bundle exec bin/generate-api gen generated --from_discovery=true --names_out=$DIR/api_names_out.yaml --url=${URLS[*]} --id=${API_IDS[*]}
|
||||||
|
|
Loading…
Reference in New Issue