Fix incorrect Bitbucket client secret
This commit is contained in:
parent
de1853159b
commit
82eb00a4d0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ func setupRemote(c *cli.Context) (remote.Remote, error) {
|
|||
func setupBitbucket(c *cli.Context) (remote.Remote, error) {
|
||||
return bitbucket.New(
|
||||
c.String("bitbucket-client"),
|
||||
c.String("bitbucket-server"),
|
||||
c.String("bitbucket-secret"),
|
||||
), nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue