Skip to content

Commit

Permalink
Merge pull request #1060 from rlerdorf/patch-1
Browse files Browse the repository at this point in the history
Fix backwards condition here
  • Loading branch information
bmaltais committed Jun 24, 2023
2 parents 65cc35d + 3f34f37 commit fbb8d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
REQUIREMENTS_FILE="$SCRIPT_DIR/requirements_macos_amd64.txt"
fi
else
if [ "$RUNPOD" = true ]; then
if [ "$RUNPOD" = false ]; then
REQUIREMENTS_FILE="$SCRIPT_DIR/requirements_linux.txt"
else
REQUIREMENTS_FILE="$SCRIPT_DIR/requirements_runpod.txt"
Expand Down

0 comments on commit fbb8d19

Please sign in to comment.