Skip to content

Commit

Permalink
Merge pull request #1 from cloud-gov/set-default-url
Browse files Browse the repository at this point in the history
sets default urls to cloud-gov
  • Loading branch information
dandersonsw authored Feb 2, 2024
2 parents 553e736 + bd8ab81 commit 7ad5e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ func (d *DDConfig) setGodojoDefaults() {

// Set some installer defaults - .deb specific
d.helpURL = "https://github.com/DefectDojo/godojo"
d.releaseURL = "https://github.com/DefectDojo/django-DefectDojo/archive/"
d.cloneURL = "https://github.com/DefectDojo/django-DefectDojo.git"
d.releaseURL = "https://github.com/cloud-gov/django-DefectDojo/archive/"
d.cloneURL = "https://github.com/cloud-gov/django-DefectDojo.git"
d.yarnGPG = "https://dl.yarnpkg.com/debian/pubkey.gpg"
d.yarnRepo = "deb https://dl.yarnpkg.com/debian/ stable main"
d.nodeURL = "https://deb.nodesource.com/setup_18.x"
Expand Down

0 comments on commit 7ad5e18

Please sign in to comment.