Skip to content

Commit c50465b

Browse files
committed
Fix filename reference
Thanks @jenoOvchi via #180 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 4322782 commit c50465b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lab4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ so we need to redirect the messages from stderr to the container's logs.
267267
OpenFaaS provides a solution so you can print the error messages to the logs and keep the function response clear, returning only `stdout`.
268268
You should use the `combine_output` flag for that purposes.
269269

270-
Let's try it. Open the `hello-openfaas.yaml` file and add those lines:
270+
Let's try it. Open the `hello-openfaas.yml` file and add those lines:
271271

272272
```yaml
273273
environment:

translations/ja/lab4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ This should be an error message.
131131
132132
このままでは `stderr` が原因でfunctionの戻り値は無効なJSONの形になってしまいます。よって、 `stderr` の中身は戻り値には結合せず、コンテナのログにだけ出力するように挙動を変えたいです。これを実現するために `combine_output` フラグを設定することができます。
133133

134-
では、実際に `hello-openfaas.yaml` に設定してみましょう:
134+
では、実際に `hello-openfaas.yml` に設定してみましょう:
135135

136136
```yaml
137137
environment:

0 commit comments

Comments
 (0)