Skip to content

Commit 786017b

Browse files
committed
typo again
1 parent 113113d commit 786017b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines/lib/util.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def labelPod(){
474474
}
475475

476476
def jsonLabels = groovy.json.JsonOutput.toJson([metadata: [labels: labels]])
477-
echo "jsonLabels": $(jsonLabels)
477+
echo "jsonLabels: ${jsonLabels}"
478478

479479
bash '''
480480
set -eu

0 commit comments

Comments
 (0)