forked from organicmaps/organicmaps
Update uninstall.sh
Fixed a typo mistake in uninstall.h line : 35 Prior to commit : echo "uninstlling $PRO" after commit : echo "uninstalling $PRO" Signed-off-by: Harshit Raj <harshitintelligent@gmail.com>
This commit is contained in:
parent
3c65b9c9ff
commit
d79bae7de0
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ fi
|
|||
|
||||
if [[ $package == *p* ]]
|
||||
then
|
||||
echo "uninstlling $PRO"
|
||||
echo "uninstalling $PRO"
|
||||
adb $ID uninstall $PRO
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue