Skip to content

Commit

Permalink
Fix bug in Bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jun 20, 2024
1 parent 55142af commit be30cb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions npm/prettier-django.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ if [ $# -eq 0 ]; then
exit 1
fi
# Store the current directory
original_dir=$(pwd)
# Change directory to ~/.local/bin/
cd ~/.local/bin/ || exit
Expand Down

0 comments on commit be30cb0

Please sign in to comment.