Skip to content

Commit 7fdc4e9

Browse files
committed
fix tests
1 parent b86a4fc commit 7fdc4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/pkg/spec/spec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ func RunSpecManualCommand(
175175
// download zip artefact, git init and prepare for job execution
176176
tempDir, err := os.MkdirTemp("", "downloaded-zip-")
177177
if err != nil {
178-
log.Printf("failed to create temp dir: %w", err)
178+
log.Printf("failed to create temp dir: %v", err)
179179
os.Exit(1)
180180
}
181181

0 commit comments

Comments
 (0)