Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #11 from ryokdy/v0.71
Browse files Browse the repository at this point in the history
Fix regression in PR#8
  • Loading branch information
north-river authored Oct 6, 2016
2 parents ccad996 + b5dd1c8 commit 662a4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func main() {
if config.password == "" {
fmt.Printf("Password: ")
pass, _ := gopass.GetPasswd()
config.basicAuthPassword = string(pass)
config.password = string(pass)
}

app = &kintone.App{
Expand Down

0 comments on commit 662a4b4

Please sign in to comment.