mirror of
https://github.com/harness/drone.git
synced 2025-05-21 19:39:59 +08:00
fixed typo in log statement
This commit is contained in:
parent
20f7ba62f3
commit
c65c0297b3
@ -43,7 +43,7 @@ func SyncUser(ctx context.Context, user *model.User, remote remote.Remote) {
|
|||||||
continue
|
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()
|
user.Synced = time.Now().UTC().Unix()
|
||||||
|
Loading…
Reference in New Issue
Block a user