Skip to content

Commit

Permalink
README: fix typo in sample info.json
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k committed Dec 19, 2023
1 parent 9038000 commit 589fc70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ in the form
"image-type": "<image type>",
"config": "<config name>",
"manifest-checksum": "<manifest ID>",
"obuild-version": "<osbuild version>",
"osbuild-version": "<osbuild version>",
"commit": "<commit ID>",
"pr": "<PR number>"
}
Expand All @@ -95,7 +95,7 @@ for example:
"image-type": "qcow2",
"config": "all-customizations",
"manifest-checksum": "8c0ce3987d78fe6f3307494cd57ceed861de61c3b04786d6a7f570faacbdb5df",
"obuild-version": "osbuild 89",
"osbuild-version": "osbuild 89",
"commit": "52ecfdf1eb345e09c6a6edf4a8d3dd5c8079c51c",
"pr": 42
}
Expand Down

0 comments on commit 589fc70

Please sign in to comment.