Fix typo in installer

This commit is contained in:
Gabriel Somlo 2020-01-14 13:26:24 -05:00
parent 5ae3ad9011
commit 35d5d5271b

View file

@ -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() {