Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Dec 8, 2023
1 parent f0460e5 commit e014756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# If the 'venv' directory doesn't exist, print a message and exit.
if [ ! -d "venv" ]; then
cwd = $(pwd)
cwd=$(pwd)
echo "The 'venv' directory in $cwd does not exist, creating..."
echo "OSTYPE: $OSTYPE"
case "$OSTYPE" in
Expand Down

0 comments on commit e014756

Please sign in to comment.