Skip to content

Commit

Permalink
Fix read
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe-hacker committed Nov 28, 2024
1 parent 55cfcdb commit 1b38a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/share/rurima_pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function rurima_pull_lxc() {
rurima lxc pull -o $distro -v $version -s ${CONTAINER_DIR}
}
function docker_search() {
read -p "Enter the string you want to search" NAME
read -p "Enter the string you want to search: " NAME
check_if_succeed $?
imagelist=$(rurima docker search -i $NAME -q | grep -v "Description:" | awk '{print $1}')
imagelist+=" continue"
Expand Down

0 comments on commit 1b38a14

Please sign in to comment.