diff options
| author | KiYugadgeter <7894040+KiYugadgeter@users.noreply.github.com> | 2022-09-04 17:28:49 +0900 |
|---|---|---|
| committer | mattn <mattn.jp@gmail.com> | 2022-09-04 18:00:08 +0900 |
| commit | 7476442ed657d21b68b04e6ba2ae173f98265cf8 (patch) | |
| tree | b5112fdfeeed62be36d04514e84e924f6caae6ba /_example/simple/Dockerfile | |
| parent | Fix "ennviroment" (#1077) (diff) | |
| download | golite-7476442ed657d21b68b04e6ba2ae173f98265cf8.tar.gz golite-7476442ed657d21b68b04e6ba2ae173f98265cf8.tar.xz | |
こんにちわ is wrong Japanse. The correct word is こんにちは
Diffstat (limited to '_example/simple/Dockerfile')
| -rw-r--r-- | _example/simple/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_example/simple/Dockerfile b/_example/simple/Dockerfile index 58f5ffd..c19f6e6 100644 --- a/_example/simple/Dockerfile +++ b/_example/simple/Dockerfile @@ -33,7 +33,7 @@ RUN \ RUN \ # Smoke test set -o pipefail; \ - /go/bin/simple | grep 99\ こんにちわ世界099 + /go/bin/simple | grep 99\ こんにちは世界099 # ----------------------------------------------------------------------------- # Main Stage |
