[why] The container crystal-compiler build a image and named alpine:crystal-compiler, the sbin crystal-format use the image.
Signed-off-by: Cao Xueliang caoxl78320@163.com --- sbin/crystal-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbin/crystal-format b/sbin/crystal-format index 14f82b2..99f7a6a 100755 --- a/sbin/crystal-format +++ b/sbin/crystal-format @@ -15,7 +15,7 @@ cmd=( --rm -v $v_dir:$v_dir -w $PWD - alpine:crystal-complier + alpine:crystal-compiler crystal tool format "$@" )
On Thu, Oct 22, 2020 at 06:06:30PM +0800, Cao Xueliang wrote:
[why] The container crystal-compiler build a image and named alpine:crystal-compiler, the sbin crystal-format use the image.
Signed-off-by: Cao Xueliang caoxl78320@163.com
sbin/crystal-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbin/crystal-format b/sbin/crystal-format index 14f82b2..99f7a6a 100755 --- a/sbin/crystal-format +++ b/sbin/crystal-format @@ -15,7 +15,7 @@ cmd=( --rm -v $v_dir:$v_dir -w $PWD
- alpine:crystal-complier
- alpine:crystal-compiler
why not change compass-compiler? Thanks, Liushaofei
crystal tool format "$@" )
-- 2.23.0