Skip to content

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xm1k3 committed Jun 30, 2021
1 parent e619a19 commit a67a734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var configInit = &cobra.Command{
home, _ := homedir.Dir()
timeNow := strconv.FormatInt(time.Now().Unix(), 10)
if linkFlag == "" {
fileUrl = "OUR RELEASE CONFIG"
fileUrl = "https://github.com/sw33tLie/fleex/releases/download/v0.1/config.zip"
} else {
fileUrl = linkFlag
}
Expand Down

0 comments on commit a67a734

Please sign in to comment.