Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Remove npx
Browse files Browse the repository at this point in the history
This got accidentally added and should not be there.

Signed-off-by: J.R. Garcia <jrg@vmware.com>
  • Loading branch information
J.R. Garcia committed Dec 6, 2019
1 parent bbc319d commit 4c64aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .openapi/scripts/generate
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def template_dir
end

def generate_gem(component, output_dir)
generate_command = 'npx openapi-generator generate '\
generate_command = 'openapi-generator generate '\
'-g ruby '\
"-i #{spec_dir}/#{component}.json "\
"-c #{config_dir}/#{component}.json "\
Expand Down

0 comments on commit 4c64aa6

Please sign in to comment.