Skip to content

Commit 34d6b29

Browse files
authored
Merge branch 'main' into sebsto/test-plugin
2 parents b4e4f94 + e5b120d commit 34d6b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/AWSLambdaPackager/PluginUtils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ struct Utils {
2727
logLevel: ProcessLogLevel
2828
) throws -> String {
2929
if logLevel >= .debug {
30-
print("\(executable.absoluteString) \(arguments.joined(separator: " "))")
30+
print("\(executable.description) \(arguments.joined(separator: " "))")
3131
}
3232

3333
let fd = dup(1)

0 commit comments

Comments
 (0)