Skip to content

Commit

Permalink
revert change to _get_source_command
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasKappel authored May 7, 2023
1 parent 916f666 commit 31fc95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry/utils/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def _get_activate_script(self) -> str:
return "activate" + suffix

def _get_source_command(self) -> str:
if self._name in ("csh", "tcsh", "nu"):
if self._name in ("fish", "csh", "tcsh", "nu"):
return "source"
return "."

Expand Down

0 comments on commit 31fc95f

Please sign in to comment.