Skip to content

Commit

Permalink
Merge pull request #71 from perryao/patch-1
Browse files Browse the repository at this point in the history
fix typo in controller.go
  • Loading branch information
minamijoyo authored Feb 24, 2022
2 parents 2297809 + db791fe commit 2959827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion history/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func loadHistory(ctx context.Context, c StorageConfig) (*History, error) {
// If a given history is not found, s.Read returns empty bytes with no error.
// In this case, we assume that it's the first use and create a new history.
if len(b) == 0 {
log.Print("[DEBUG] [history] new emptry history\n")
log.Print("[DEBUG] [history] new empty history\n")
return newEmptyHistory(), nil
}

Expand Down

0 comments on commit 2959827

Please sign in to comment.