Navigation Menu

Skip to content

Commit

Permalink
Add ".git" to repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 6, 2015
1 parent d07340c commit e868bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/groonga/extconf.rb
Expand Up @@ -192,7 +192,7 @@ def build_groonga_from_git(major, minor, micro)
FileUtils.rm_rf("groonga")
message(" done\n")

repository_url = "https://github.com/groonga/groonga"
repository_url = "https://github.com/groonga/groonga.git"
run_command("cloning...",
"git clone --recursive --depth 1 #{repository_url}")

Expand Down

0 comments on commit e868bfc

Please sign in to comment.