Fix typo in generate command line

This commit is contained in:
Thomas Coffee 2017-02-14 10:43:08 -08:00
parent c02e9927d4
commit 361b08bffd
1 changed files with 1 additions and 1 deletions

View File

@ -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[*]}