Skip to content

Commit a3eb82f

Browse files
committed
Set default path for service_spec for service.json generation in example-service
1 parent 2b31e96 commit a3eb82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish_example_service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ func exampleserviceIsRegistered(table *gherkin.DataTable) error {
244244
command := ExecCommand{
245245
Command: "snet",
246246
Directory: exampleServiceDir,
247-
Input: []string{"", "", name, "", price, endpoint, tags, description},
247+
Input: []string{"", ".", name, "", price, endpoint, tags, description},
248248
Args: []string{"service", "init"},
249249
}
250250

0 commit comments

Comments
 (0)