Renamed autoparameters to options

This commit is contained in:
2020-05-06 10:14:06 +02:00
parent 8fa1e16ff1
commit 90bfa73dca
3 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ pip install -r $INPUT_DEPENDENCIES || echo "No dependency file found."
# Apply PEP 8
echo "Running autopep8..."
autopep8 -i -r $INPUT_CHECKPATH $INPUT_AUTOPARAMETERS || echo "Problem running autopep8!"
autopep8 -i -r $INPUT_CHECKPATH $INPUT_OPTIONS || echo "Problem running autopep8!"
if _git_changed;
then