Skip to content

Commit faaa79e

Browse files
author
Jg_Piccinali
committed
typo
1 parent 5e1cab1 commit faaa79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/alps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ uenv_pull_meta_dir() {
144144
# # error: no matching uenv
145145
# uenv image inspect --format='{sqfs}' build::prgenv-gnu/next:2078663062
146146
# # error: invalid search term: found unexpected ':'
147-
img_name=`echo img |sed -e "s/build:://" -e "s/service:://"`
147+
img_name=`echo "$img" |sed -e "s/build:://" -e "s/service:://"`
148148
uenv image inspect --format='{sqfs}' "$img_name" 2>&1 |grep -q "error:" ;sqfs_missing=$?
149149

150150
if [ $sqfs_missing -eq 0 ] ; then

0 commit comments

Comments
 (0)