Merge pull request #543 from tcoffee-google/master
Fix typo in generate command line
This commit is contained in:
		
						commit
						c7794d1826
					
				| 
						 | 
				
			
			@ -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[*]}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue