[PATCH compass-ci] sparrow/4-docker/buildall: fix spelling error

18 Mar
2021
18 Mar
'21
10:28 a.m.
before: initrd-lkp after: lkp-initrd Signed-off-by: Liu Yinsi <liuyinsi@163.com> --- sparrow/4-docker/buildall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sparrow/4-docker/buildall b/sparrow/4-docker/buildall index a7ace65..3cd5719 100755 --- a/sparrow/4-docker/buildall +++ b/sparrow/4-docker/buildall @@ -62,7 +62,7 @@ do_one_run() } [ -x first-run ] && ./first-run [ -x start ] && ./start - [ "$container_name" == 'initrd-lkp' ] && ./run + [ "$container_name" == 'lkp-initrd' ] && ./run ) } -- 2.23.0
1494
Age (days ago)
1494
Last active (days ago)
0 comments
1 participants
participants (1)
-
Liu Yinsi