Skip to content

Commit 40bc685

Browse files
committed
go vet fix
1 parent ee04a0b commit 40bc685

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cmd/db_shell.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ var shellCmd = &cobra.Command{
218218
}
219219

220220
if db != nil && db.Sleeping {
221-
return fmt.Errorf("Your DB might be archived. Please run `turso group unarchive " + db.Group + "` to unarchive it")
221+
return fmt.Errorf("Your DB might be archived. Please run `turso group unarchive %s` to unarchive it", db.Group)
222222
}
223223
connectionInfo := getConnectionInfo(urlString, db)
224224
schemaDb := false

0 commit comments

Comments
 (0)