-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
Via #8: I have been getting a syntax error on
app/models/repository/git_remote.rb line 131:
ret[:path] = url
.gsub(/^.*:\/\//, '') # Remove anything before ://
.gsub(/:/, '/') # convert ":" to "/"
.gsub(/^.*@/, '') # Remove anything before @
.gsub(/\.git$/, '') # Remove trailing .gitRemoving the line-breaks fixed this.
Metadata
Metadata
Assignees
Labels
No labels