Skip to content

Commit

Permalink
Add placeholder message
Browse files Browse the repository at this point in the history
  • Loading branch information
Praveen Premaratne committed Apr 29, 2020
1 parent 457370a commit 00a0e5d
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 00a0e5d

Please sign in to comment.