Skip to content

Commit

Permalink
chore: fixed misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasjand committed May 13, 2022
1 parent a4502ce commit 0d1ccab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/repository/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func (m *Repo) Sync() {
if err != nil {
syncLog.Error().Stack().Err(err).Msg("Stopped retrying sync")
} else {
syncLog.Debug().Msg("Successfull sync")
syncLog.Debug().Msg("Successful sync")

if snapshot, err := m.createSnapshot(); err == nil {
if err := m.publishSnapshot(snapshot); err != nil {
Expand Down

0 comments on commit 0d1ccab

Please sign in to comment.