Merge pull request #543 from tcoffee-google/master

Fix typo in generate command line
This commit is contained in:
Thomas Coffee 2017-02-14 22:56:53 -08:00 committed by GitHub
commit c7794d1826
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 \
)
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[*]}