Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 4905bbd

Browse files
committed
Change initial sync to Success level
1 parent 65be003 commit 4905bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/sync/sync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func (s Sync) initSync() error {
9292
// Delete old files on initial sync (e.g git checkout).
9393
err := s.syncPaths(true, s.LocalDir+"/.", s.RemoteDir)
9494
if err == nil {
95-
flog.Info("finished initial sync (%v)", time.Since(start).Truncate(time.Millisecond))
95+
flog.Success("finished initial sync (%v)", time.Since(start).Truncate(time.Millisecond))
9696
}
9797
return err
9898
}

0 commit comments

Comments
 (0)