Skip to content

Commit

Permalink
fixed linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Hurst committed Sep 10, 2024
1 parent a3bc743 commit bc4f4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ func gatherRepoHostLogs(ctx context.Context,
writeDebug(cmd, fmt.Sprintf("%s\n", err.Error()))
}
if stderr != "" {
writeDebug(cmd, fmt.Sprintf("%s", stderr))
writeDebug(cmd, stderr)
}

if strings.Contains(stderr, "No such file or directory") {
Expand Down

0 comments on commit bc4f4bf

Please sign in to comment.