Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
update ver to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hopkins committed Mar 22, 2017
1 parent 3a06634 commit 2ca9bab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Grab a binary for your OS from the [latest release](https://github.com/hopkinsth
If you're on OSX like me, this might be all you need...

```sh
curl -OL https://github.com/RedVentures/oktad/releases/download/v0.6.2/oktad-darwin-amd64
curl -OL https://github.com/RedVentures/oktad/releases/download/v0.7.0/oktad-darwin-amd64
mv oktad-darwin-amd64 /usr/local/bin/oktad
```

Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import "github.com/peterh/liner"
import "github.com/aws/aws-sdk-go/aws/credentials"
import "github.com/havoc-io/go-keytar"

const VERSION = "0.7.2"
const VERSION = "0.7.0"
const SESSION_COOKIE = "__oktad_session_cookie"

func main() {
Expand Down Expand Up @@ -214,7 +214,7 @@ func getSessionFromLogin(oktaCfg *OktaConfig) (string, error) {
tries := 0
var sessionToken string

TRYMFA:
TRYMFA:
mfaToken, err := readMfaToken()
if err != nil {
debug("control-c caught in liner, probably")
Expand Down

0 comments on commit 2ca9bab

Please sign in to comment.