Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shihyuho committed Oct 15, 2019
1 parent 9f70662 commit 91b6ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/environment/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func needsToCheckOnline(dueDate time.Time) bool {
}

func checkOnline(log *logrus.Logger, currentVersion string) error {
log.Println("Checking for latest version...")
log.Println("Checking for latest slctl version...")
client := github.NewClient(nil)
ctx := context.Background()
log.Debugf("fetching latest release of github.com/%s/%s", owner, repo)
Expand Down

0 comments on commit 91b6ed4

Please sign in to comment.