Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
Fixed ssh address for js projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Holzer committed Apr 26, 2017
1 parent ccf052e commit 91dcdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/oomph/projects/catalog_oaspjs.setup
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
value="https://github.com/${github.user.name}/${github.project.name}.git"
label="HTTPS"/>
<choice
value="ssh://git@github:${github.user.name}/${github.project.name}.git"
value="ssh://git@github.com/${github.user.name}/${github.project.name}.git"
label="SSH"/>
</setupTask>
<setupTask
Expand Down

0 comments on commit 91dcdb8

Please sign in to comment.