Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Sanders committed Sep 5, 2018
1 parent fa84f62 commit da02647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (u *testUpdateUI) ReportError(err error, update *Update, options UpdateOpti
}

func (u *testUpdateUI) ReportAction(actionResponse UpdatePromptResponse, update *Update, options UpdateOptions) {
u.actionReported = actionResponse.action
u.actionReported = actionResponse.Action
autoUpdate, _ := u.cfg.GetUpdateAuto()
u.autoUpdateReported = autoUpdate
u.updateReported = update
Expand Down

0 comments on commit da02647

Please sign in to comment.