Skip to content

Commit 90a5f01

Browse files
committed
forgot the word then on line 28
1 parent a1d576f commit 90a5f01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ case "$(python --version 2>&1)" in
2525
esac
2626

2727
if [ ! -f ./README.md ]
28+
then
2829
read -p "Use git to install the miniprobe (y|n)? " -n 1 -r
2930
echo # (optional) move to a new line
3031
if [[ $REPLY =~ ^[Yy]$ ]]

0 commit comments

Comments
 (0)