Skip to content

Commit

Permalink
HOTFIX: Change distribution repository
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbarrera92 committed Feb 6, 2020
1 parent 1fba666 commit d6c16be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
const (
furyFile = "Furyfile.yml"
kustomizationFile = "kustomization.yaml"
httpsDistributionRepoPrefix = "http::https://github.com/sighupio/poc-fury-distribution/releases/download/"
httpsDistributionRepoPrefix = "http::https://github.com/sighupio/fury-distribution/releases/download/"
)

var fileNames = [...]string{furyFile, kustomizationFile}
Expand Down

0 comments on commit d6c16be

Please sign in to comment.