From d7bce941d8c5f5ded759f98f35c9faa97611e94e Mon Sep 17 00:00:00 2001 From: mhchia Date: Tue, 3 Sep 2019 23:36:31 +0800 Subject: [PATCH] Fix wrong spelling --- install_interop_go_pkgs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_interop_go_pkgs.sh b/install_interop_go_pkgs.sh index 0f1e0259..978e0b0d 100755 --- a/install_interop_go_pkgs.sh +++ b/install_interop_go_pkgs.sh @@ -27,4 +27,4 @@ cd - # Install example modeuls cd $EXAMPLES_PATHS && go install ./... -echo "Finish installing go modeuls for interop." +echo "Finish installing go modules for interop."