Skip to content

Commit

Permalink
Merge branch 'release/0.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Praveen Premaratne committed Apr 29, 2020
2 parents c5a4ab7 + 00a0e5d commit cfdb732
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ func main() {
app.loadConf()
app.upgrade()

fmt.Println("This might take a moment....")

if app.TimeRemaining {
app.GetTimeRemaining(app.Configuration.Domain, app.Configuration.Auth)
os.Exit(0)
Expand All @@ -109,7 +111,6 @@ func main() {
}

LogTime(app.Ticket, app.TimeSpent, app.Started, app.Comment, app.Configuration.Domain, app.Configuration.Auth)
app.TimeRemaining = true
app.GetTimeRemaining(app.Configuration.Domain, app.Configuration.Auth)

}

0 comments on commit cfdb732

Please sign in to comment.