Skip to content

Commit 6e16e88

Browse files
iHarasProdomenic
authored andcommitted
Fix incorrect variable name in "confirmRepo"
1 parent 9aa4286 commit 6e16e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ function confirmRepo {
392392
echo
393393

394394
local build_yn
395-
read -r -e -p "Y or N? " yn
395+
read -r -e -p "Y or N? " build_yn
396396
if [[ $build_yn == "y" || $build_yn == "Y" ]]; then
397397
return
398398
else

0 commit comments

Comments
 (0)