mirror of
https://github.com/pstrueb/piper.git
synced 2026-04-19 06:44:50 +00:00
Rename to piper
This commit is contained in:
@@ -17,7 +17,7 @@ if [ -d "${venv}" ]; then
|
||||
source "${venv}/bin/activate"
|
||||
fi
|
||||
|
||||
python_files=("${base_dir}/larynx")
|
||||
python_files=("${base_dir}/piper")
|
||||
|
||||
# Format code
|
||||
black "${python_files[@]}"
|
||||
|
||||
@@ -14,4 +14,4 @@ if [ -d "${venv}" ]; then
|
||||
source "${venv}/bin/activate"
|
||||
fi
|
||||
|
||||
python3 -m larynx "$@"
|
||||
python3 -m piper "$@"
|
||||
Reference in New Issue
Block a user