Bump go-boilerplate

This commit is contained in:
2025-06-01 17:01:40 -04:00
parent ca4913f054
commit c0f55156d8
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -382,7 +382,7 @@ func syncLists(sshClient *ssh.Client, sshEntryRoot string, sshIsWindows, timeSyn
}
} else if !timeSynced {
// do not call sftpSync if the client and server times are out of sync
back.Exit(1)
back.Exit(global.ErrorSyncProcess)
}
fmt.Println("Client is synchronized with server")