Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jremy42 committed Jul 3, 2024
1 parent 7ee07b3 commit f1911cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/namespaces/rdb/v1/custom_backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ func backupDownloadCommand() *core.Command {
httpClient := core.ExtractHTTPClient(ctx)

if backup.DownloadURL == nil {
return nil, fmt.Errorf("Download URL is still nil after export")
return nil, fmt.Errorf("download URL is still nil after export")
}

res, err := httpClient.Get(*backup.DownloadURL)
Expand Down

0 comments on commit f1911cd

Please sign in to comment.