Skip to content

Commit

Permalink
Update scripts/functions.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak authored Dec 11, 2024
1 parent 31ddfb2 commit 4799c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function cleanup {
copyOutput
elif [ "$copy" = "prompt" ]; then
while true; do
read -rp "Copy the capture output locally? [yes/no]" yn
read -rp "Copy the capture output locally? [yes/no] " yn
case $yn in
[Yy]* ) copyOutput; break;;
[Nn]* ) echo "copy skipped"; break;;
Expand Down

0 comments on commit 4799c05

Please sign in to comment.