Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sighup-io/furyctl
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Scorsolini committed May 31, 2019
2 parents 959aead + a623827 commit 02131cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You can get all packages in a group by using group name (like `logging`) or sing

### Install

You can find `furyctl` binaries on the [Releases page](releases).
You can find `furyctl` binaries on the [Releases page](https://github.com/sighupio/furyctl/releases).

Supported architectures are (64 bit):
- `linux`
Expand Down
2 changes: 1 addition & 1 deletion cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

const (
configFile = "Furyfile"
repoPrefix = "git@github.com:sighup-io/fury-kubernetes"
repoPrefix = "git@github.com:sighupio/fury-kubernetes"
defaultVendorFolderName = "vendor"
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/sighup-io/furyctl
module github.com/sighupio/furyctl

require (
contrib.go.opencensus.io/exporter/ocagent v0.3.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package main

import (
"github.com/sighup-io/furyctl/cmd"
"github.com/sighupio/furyctl/cmd"
)

func main() {
Expand Down

0 comments on commit 02131cb

Please sign in to comment.