Skip to content

Commit

Permalink
Fix typo in generate command line
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoffee-google committed Feb 14, 2017
1 parent c02e992 commit 361b08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/generate
Original file line number Diff line number Diff line change
Expand Up @@ -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[*]}

0 comments on commit 361b08b

Please sign in to comment.