Merge pull request #340 from gsomlo/gls-fix-installer
Fix typo in installer
This commit is contained in:
commit
21776feb90
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ function install_python_depencencies() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_python_dev_dependencies() {
|
function install_python_dev_dependencies() {
|
||||||
sudp pip install pipenv grpcio-tools
|
sudo pip install pipenv grpcio-tools
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_ospf_mdr() {
|
function install_ospf_mdr() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue