aboutsummaryrefslogtreecommitdiff
path: root/_example/simple/Dockerfile
diff options
context:
space:
mode:
authorKiYugadgeter <7894040+KiYugadgeter@users.noreply.github.com>2022-09-04 17:28:49 +0900
committermattn <mattn.jp@gmail.com>2022-09-04 18:00:08 +0900
commit7476442ed657d21b68b04e6ba2ae173f98265cf8 (patch)
treeb5112fdfeeed62be36d04514e84e924f6caae6ba /_example/simple/Dockerfile
parentFix "ennviroment" (#1077) (diff)
downloadgolite-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/Dockerfile2
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