Skip to content

Commit

Permalink
Adding new line characters at the end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
KingAkeem committed Aug 29, 2023
1 parent a893c5f commit 0ff85f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ cd gotor/cmd/main
go install gotor.go
echo "Gotor installed. Run with 'gotor'."

cd ../../..
cd ../../..
2 changes: 1 addition & 1 deletion scripts/remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pip uninstall torbot
echo

echo "Removing torbot as module..."
python -m pip uninstall torbot
python -m pip uninstall torbot
2 changes: 1 addition & 1 deletion scripts/update-requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

echo "Writing requirements.txt..."
poetry export --without-hashes --format=requirements.txt > requirements.txt
echo "requirements.txt updated..."
echo "requirements.txt updated..."

0 comments on commit 0ff85f2

Please sign in to comment.