Merge pull request #930 from tobscher/typo-fix
fixed typo in log statement
This commit is contained in:
commit
400461eca8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue