1
0
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:
Brad Rydzewski 2015-03-20 10:43:58 -07:00
commit 400461eca8

View File

@ -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()