Skip to content

Commit

Permalink
update release publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
gondor committed May 18, 2016
1 parent e6fe450 commit abe1e25
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"subject": "pacesys"
},
"publish-github": {
"owner": "gondor",
"owner": "ContainX",
"repository": "docker-volume-netshare"
},
"debs": {
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ The method below will install the sysvinit and /etc/default options that can be
1. Install the Package

```
$ wget https://github.com/ContainX/docker-volume-netshare/releases/download/v0.16/docker-volume-netshare_0.16_amd64.deb
$ sudo dpkg -i docker-volume-netshare_0.16_amd64.deb
$ wget https://github.com/ContainX/docker-volume-netshare/releases/download/v0.17/docker-volume-netshare_0.17_amd64.deb
$ sudo dpkg -i docker-volume-netshare_0.17_amd64.deb
```

2. Modify the startup options in `/etc/default/docker-volume-netshare`
Expand Down
2 changes: 1 addition & 1 deletion netshare/netshare.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package netshare

import (
"fmt"
"github.com/ContainX/docker-volume-netshare/netshare/drivers"
log "github.com/Sirupsen/logrus"
"github.com/docker/go-plugins-helpers/volume"
"github.com/ContainX/docker-volume-netshare/netshare/drivers"
"github.com/spf13/cobra"
"os"
"path/filepath"
Expand Down

0 comments on commit abe1e25

Please sign in to comment.