Skip to content

Commit

Permalink
Look for sail/__init__.py in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kovshenin committed Sep 21, 2024
1 parent a1f4f2e commit c21dc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $PYTHON_BIN -m ensurepip --version || abort "Sail CLI requires the python3-venv

if [ -d $INSTALL_DIR ]; then
# Make sure it's a Sail CLI installation
if [ ! -f "$INSTALL_DIR/sail.py" ]; then
if [ ! -f "$INSTALL_DIR/sail/__init__.py" ]; then
abort "The ${INSTALL_DIR} directory exists and doesn't look like a Sail CLI installation."
fi

Expand Down

0 comments on commit c21dc12

Please sign in to comment.