Skip to content

Commit

Permalink
example1: tests boolean value
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Oct 12, 2023
1 parent 195f65e commit 7c49893
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/example1.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ int main(void)
{.filters=(struct filters_image) {
.image_names_str = "[\"*Arch*\"]"
},
.is_set_filters = 1}
.is_set_filters = 1,
.is_set_dry_run = 1,
.dry_run = 0}
) < 0)
return 1;

Expand Down

0 comments on commit 7c49893

Please sign in to comment.