Fix the name of this function
- ID
0c71ff2- date
2023-11-27 18:30:48+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
30d4bc7- message
Fix the name of this function- changed files
1 file, 1 addition, 1 deletion
Changed files
fish_functions/github-clone.fish (1984) → fish_functions/github-clone.fish (1980)
diff --git a/fish_functions/github-clone.fish b/fish_functions/github-clone.fish
index d7a51c1..a7ec9d3 100644
--- a/fish_functions/github-clone.fish
+++ b/fish_functions/github-clone.fish
@@ -52,7 +52,7 @@ function github-clone
# in the root of the repo.
if [ -f "requirements.txt" ]
echo "Creating virtualenv..."
- new_venv
+ venv
end
# I auto-populate .git/info/exclude with a few common entries to