Skip to content

Commit 0ff85f2

Browse files
committed
Adding new line characters at the end of files
1 parent a893c5f commit 0ff85f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ cd gotor/cmd/main
1818
go install gotor.go
1919
echo "Gotor installed. Run with 'gotor'."
2020

21-
cd ../../..
21+
cd ../../..

scripts/remove.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pip uninstall torbot
55
echo
66

77
echo "Removing torbot as module..."
8-
python -m pip uninstall torbot
8+
python -m pip uninstall torbot

scripts/update-requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
echo "Writing requirements.txt..."
44
poetry export --without-hashes --format=requirements.txt > requirements.txt
5-
echo "requirements.txt updated..."
5+
echo "requirements.txt updated..."

0 commit comments

Comments
 (0)