Skip to content

Commit

Permalink
Revert 'go get' command to use gemalto instead of thalesgroup
Browse files Browse the repository at this point in the history
The go.mod file defines the module as github.com/gemalto/helm-spray. Changing Go module names without making breaking changes is not supported (yet). Therefore revert to use github.com/gemalto/helm-spray, as that automatically redirects to the correct git repository.
  • Loading branch information
rlenferink authored Mar 18, 2020
1 parent 8edada5 commit ad61df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@ First, set up your environment:
- If you don't have [Glide](http://glide.sh) installed, this will install it into
`$GOPATH/bin` for you.

Clone this repo into your `$GOPATH`. You can use `go get -d github.com/thalesgroup/helm-spray`
Clone this repo into your `$GOPATH`. You can use `go get -d github.com/gemalto/helm-spray`
for that.

```
$ cd $GOPATH/src/github.com/thalesgroup/helm-spray
$ cd $GOPATH/src/github.com/gemalto/helm-spray
$ make dist_linux
$ helm plugin install .
```
Expand Down

0 comments on commit ad61df3

Please sign in to comment.