Skip to content

Commit b94d8f4

Browse files
committed
Update loader/full-example.yml project name
This fixes the failure caught by loader/loader_test.go in the CI run for PR #362: ``` --- FAIL: TestFullExample (0.00s) loader_test.go:969: assertion failed: error is not nil: name Does not match pattern '^[a-z0-9][a-z0-9_-]*$' ``` Signed-off-by: Mike Bland <[email protected]>
1 parent 226dd79 commit b94d8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loader/full-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Full_Example_project_name
1+
name: full_example_project_name
22
services:
33
foo:
44

0 commit comments

Comments
 (0)