mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-06 16:38:03 +01:00
fix: adjust for black
This commit is contained in:
2
release
2
release
@@ -6,7 +6,7 @@ if [[ ! -f setup.py ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PACKAGE_NAME="$(cat setup.py | grep "name=\"" | head | cut -d "'" -f2)"
|
PACKAGE_NAME="$(cat setup.py | grep 'name="' | head | cut -d '"' -f2)"
|
||||||
INIT_PACKAGE_NAME="$(echo "${PACKAGE_NAME//-/_}")"
|
INIT_PACKAGE_NAME="$(echo "${PACKAGE_NAME//-/_}")"
|
||||||
PUBLIC="true"
|
PUBLIC="true"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user