Skip to content

Commit e8f0274

Browse files
committed
fix: adjust for black
1 parent 37ef022 commit e8f0274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [[ ! -f setup.py ]]; then
66
exit 1
77
fi
88

9-
PACKAGE_NAME="$(cat setup.py | grep "name=\"" | head | cut -d "'" -f2)"
9+
PACKAGE_NAME="$(cat setup.py | grep 'name="' | head | cut -d '"' -f2)"
1010
INIT_PACKAGE_NAME="$(echo "${PACKAGE_NAME//-/_}")"
1111
PUBLIC="true"
1212

0 commit comments

Comments
 (0)