aboutsummaryrefslogtreecommitdiff
path: root/commit.sh
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-05 10:09:52 -0400
committerBobby <[email protected]>2022-11-05 10:09:52 -0400
commitd0dd22842400e43208356f603814bea425a395be (patch)
tree42e31a88afe1b199c6e69d06146b014f03da44d8 /commit.sh
parent9301a3125fc90bfca9f117292cedf30b91990ea6 (diff)
downloadtexty-d0dd22842400e43208356f603814bea425a395be.tar.xz
texty-d0dd22842400e43208356f603814bea425a395be.zip
feat: Added setup script and configure binary
Diffstat (limited to 'commit.sh')
-rwxr-xr-xcommit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/commit.sh b/commit.sh
index 9d6136e..7370c0c 100755
--- a/commit.sh
+++ b/commit.sh
@@ -46,7 +46,7 @@ commands() {
python3 -m isort .
# Format code
- python3 -m black .
+ python3 black .
# Generate Requirements.txt
pipreqs --force .