Typo in script

This commit is contained in:
Ignotus Peverell 2018-12-07 09:34:33 -08:00 committed by GitHub
parent 68896b2a76
commit 1e675d5afc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ do
echo "** Publishing $crate"
cd $crate
cargo package
cargo pubish
cargo publish
cd ..
done