Skip to content

Commit

Permalink
We don't need to double-print that we're creating the venv
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan committed Nov 30, 2023
1 parent f339f45 commit 0e411c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fish_functions/github-clone.fish
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ function github-clone
# If this looks like a Python repository, create a virtualenv
# in the root of the repo.
if [ -f "requirements.txt" ]
echo "Creating virtualenv..."
venv
end

Expand Down

0 comments on commit 0e411c5

Please sign in to comment.