Skip to content

Commit c1069df

Browse files
committed
add notice for valid file
1 parent 63a5a62 commit c1069df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cli-application/src/main/kotlin/io/vrap/rmf/codegen/cli/ValidateSubcommand.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ class ValidateSubcommand : Callable<Int> {
296296

297297
return output
298298
}
299-
return "Specification at ${fileURI.toFileString()} is valid."
299+
return "::notice ::Specification at ${fileURI.toFileString()} is valid."
300300
}
301301
}
302302

0 commit comments

Comments
 (0)