Merge pull request #340 from gsomlo/gls-fix-installer

Fix typo in installer
This commit is contained in:
bharnden 2020-01-14 12:22:25 -08:00 committed by GitHub
commit 21776feb90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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