Skip to content

Commit

Permalink
chore: fix typo (#5316)
Browse files Browse the repository at this point in the history
  • Loading branch information
laoshuikaixue authored Oct 1, 2023
1 parent eb91865 commit 4024050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/aliyundrive_open/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (d *AliyundriveOpen) refreshToken() error {
if err != nil {
return err
}
log.Infof("[ali_open] toekn exchange: %s -> %s", d.RefreshToken, refresh)
log.Infof("[ali_open] token exchange: %s -> %s", d.RefreshToken, refresh)
d.RefreshToken, d.AccessToken = refresh, access
op.MustSaveDriverStorage(d)
return nil
Expand Down

0 comments on commit 4024050

Please sign in to comment.