mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-30 08:06:52 +02:00
Merge pull request #930 from tobscher/typo-fix
fixed typo in log statement
This commit is contained in:
commit
400461eca8
@ -43,7 +43,7 @@ func SyncUser(ctx context.Context, user *model.User, remote remote.Remote) {
|
||||
continue
|
||||
}
|
||||
|
||||
log.Printf("Successfully syced repo. %s/%s\n", repo.Owner, repo.Name)
|
||||
log.Printf("Successfully synced repo. %s/%s\n", repo.Owner, repo.Name)
|
||||
}
|
||||
|
||||
user.Synced = time.Now().UTC().Unix()
|
||||
|
Loading…
Reference in New Issue
Block a user