style: reformat
This commit is contained in:
parent
9972351903
commit
dc72e69b95
8
bin/configure
vendored
8
bin/configure
vendored
@ -30,7 +30,7 @@ _freeze() {
|
||||
if [ -d .venv ]; then
|
||||
source .venv/bin/activate
|
||||
mv requirements.txt requirements.txt.bak
|
||||
pip freeze > requirements.txt
|
||||
pip freeze >requirements.txt
|
||||
else
|
||||
echo "Please run 'bin/configure init' first"
|
||||
fi
|
||||
@ -61,9 +61,9 @@ _main() {
|
||||
fi
|
||||
|
||||
_cmd="${1:-help}"
|
||||
if ! [ -z "$_cmd" ]; then
|
||||
shift
|
||||
fi
|
||||
if ! [ -z "$_cmd" ]; then
|
||||
shift
|
||||
fi
|
||||
|
||||
case "$_cmd" in
|
||||
--*) ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user