Commit 1f37de5
in_exec_wasi: fix config key typo 'bool' -> 'oneshot'
The config_map entry for the oneshot option was incorrectly using 'bool'
as the configuration key instead of 'oneshot'. This made the configuration
inconsistent with the regular in_exec plugin and confusing for users.
Signed-off-by: Eric D. Schabell <[email protected]>1 parent 3c4f8f4 commit 1f37de5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | | - | |
| 456 | + | |
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
| |||
0 commit comments