Fix typo in installer
This commit is contained in:
parent
5ae3ad9011
commit
35d5d5271b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ function install_python_depencencies() {
|
|||
}
|
||||
|
||||
function install_python_dev_dependencies() {
|
||||
sudp pip install pipenv grpcio-tools
|
||||
sudo pip install pipenv grpcio-tools
|
||||
}
|
||||
|
||||
function install_ospf_mdr() {
|
||||
|
|
Loading…
Add table
Reference in a new issue