Skip to content

Commit

Permalink
fix GetSecret() debug msg & bump patch ver
Browse files Browse the repository at this point in the history
  • Loading branch information
infamousjoeg committed Jul 10, 2020
1 parent 39c7c7c commit 532f6c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pkg/conceal/keychain/keychain.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,5 @@ func GetSecret(secretID string) {
} else {
password := string(results[0].Data)
clipboard.Secret(password)
fmt.Printf("The password is: %s", password)
}
}
2 changes: 1 addition & 1 deletion pkg/conceal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package conceal
import "fmt"

// Version field is a SemVer that should indicate the baked-in version of conceal
var Version = "2.0.0"
var Version = "2.0.1"

// Tag field denotes the specific build type for the broker. It may be replaced by compile-time variables if needed to
// provide the git commit information in the final binary.
Expand Down

0 comments on commit 532f6c1

Please sign in to comment.