diff options
| -rw-r--r-- | jobs/graphics.txt.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jobs/graphics.txt.in b/jobs/graphics.txt.in index df76a96f..b2cd9515 100644 --- a/jobs/graphics.txt.in +++ b/jobs/graphics.txt.in @@ -559,7 +559,7 @@ unit: template template-unit: job template-resource: graphics_card_resource plugin: shell -id: graphics/{index}_screen-capture-internal_{product} +id: "graphics/{index}_screen-capture-internal_{product}" _summary: Obtains a simple screen capture of {product} estimated_duration: 1.0 requires: package.name == 'gnome-screenshot' @@ -570,7 +570,7 @@ unit: template template-unit: job template-resource: graphics_card_resource plugin: attachment -id: graphics/{index}_screen-capture-internal_{product} +id: graphics/{index}_screen-capture-internal_{product}.png depends: "graphics/{index}_screen-capture-internal_{product}" _summary: Attaches a simple screen capture of {product} estimated_duration: 1.0 |
