Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcarrega committed Jan 28, 2022
1 parent 2a89609 commit 62bd401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ python_version = "3.10.1"

[scripts]
# program
start = "bash scripts/start.sh"
requirements = "bash scripts/requirements.sh"
start = "bash scripts/start.sh"
# dev
changelog = "bat CHANGELOG.md"
codestyle = "find src -iname '*.py' -exec pycodestyle --first {} \\;"
Expand Down

0 comments on commit 62bd401

Please sign in to comment.