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

Commit

Permalink
Name -> name
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Sanders committed Jun 13, 2016
1 parent 1adfdcf commit d97043e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keybase/platform_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ func (c context) UpdatePrompt(update updater.Update, options updater.UpdateOptio
}

// updaterPromptResultFromFile gets the result from the temp file and decodes it
func (c context) updaterPromptResultFromFile(Name string) (*updaterPromptInputResult, error) {
resultRaw, err := util.ReadFile(Name)
func (c context) updaterPromptResultFromFile(name string) (*updaterPromptInputResult, error) {
resultRaw, err := util.ReadFile(name)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit d97043e

Please sign in to comment.