Skip to content

Commit

Permalink
fix: Fix update dependencies script
Browse files Browse the repository at this point in the history
  • Loading branch information
drorganvidez committed Feb 18, 2024
1 parent 062b140 commit e84b3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pip freeze | cut -d = -f 1 | xargs -n1 pip install --upgrade
# Update requirements.txt
pip freeze > ../requirements.txt

echo "Update completed!"º
echo "Update completed!"

0 comments on commit e84b3b6

Please sign in to comment.