Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 34f4075

Browse files
Fix missing quotes around version
1 parent b57c362 commit 34f4075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jenkins_pipeline_library_plugins_present:
186186
- name: popper-api
187187
version: "1.16.1-2"
188188
- name: popper2-api
189-
version: 2.11.2-1
189+
version: "2.11.2-1"
190190
- name: prism-api
191191
version: "1.26.0-2"
192192
- name: rebuild

0 commit comments

Comments
 (0)