Commit 1bf3b88
Fix(sail): Correct YAML syntax in rustfs.stub healthcheck (#828)
* fix(rustfs): Correct healthcheck test YAML syntax
The healthcheck.test command was defined using an invalid multi-line flow-style list ([]), which causes YAML parsing failures.
This commit updates the definition to use the correct block-style list syntax (using -).
Additionally, removes a trailing comma from the RUSTFS_LOG_LEVEL environment variable.
* fix rustfs
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com>1 parent 8b97beb commit 1bf3b88
1 file changed
+2
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 22 | + | |
28 | 23 | | |
29 | 24 | | |
30 | 25 | | |
| |||
0 commit comments