Skip to content

Commit bf556be

Browse files
committed
Fix swagger ui repo url
1 parent ae42f42 commit bf556be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/grape_swagger/install/install_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def self.source_root
1010

1111
def install
1212
install_path = 'apidoc'
13-
swagger_ui_repo = 'https://github.com/wordnik/swagger-ui/'
13+
swagger_ui_repo = 'https://github.com/wordnik/swagger-ui'
1414
api_path = 'api'
1515

1616
Zip::ZipFile.foreach(open("#{swagger_ui_repo}/archive/master.zip")) do |zip_entry|

0 commit comments

Comments
 (0)