Skip to content

Commit

Permalink
add . end of error
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Nov 1, 2023
1 parent 1044109 commit 3d02bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/skywire-cli/commands/log/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func download(ctx context.Context, log *logging.Logger, httpC http.Client, targe
defer file.Close() //nolint

if err := downloadDmsg(ctx, log, &httpC, file, target, maxSize); err != nil {
log.WithError(err).Errorf("The %s for visor %s not available. The version of visor is %s", fileName, pubkey, version.String())
log.WithError(err).Errorf("The %s for visor %s not available. The version of visor is %s.", fileName, pubkey, version.String())
return err
}
return nil
Expand Down

0 comments on commit 3d02bd3

Please sign in to comment.