Fix typo in comment

This commit is contained in:
David Dworken 2023-12-21 18:57:29 -08:00
parent 06644a501e
commit 01725388a6
No known key found for this signature in database

View File

@ -594,7 +594,7 @@ func setup(userSecret string, isOffline bool) error {
return fmt.Errorf("failed to reset local DB during setup: %w", err)
}
// Bootstrap from remote date
// Bootstrap from remote data
if config.IsOffline {
return nil
}