Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1091)

Unified Diff: platform_tools/ios/bin/ios_install

Issue 1855223002: Fixes for iOS Swarming bot (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rm Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | platform_tools/ios/bin/ios_ninja » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/ios/bin/ios_install
diff --git a/platform_tools/ios/bin/ios_install b/platform_tools/ios/bin/ios_install
index 0e0142908bd58b2b64befb2ffef79699b1b78a4f..9b8391a59e64c865dde1f7190a0d98f989b95f6c 100755
--- a/platform_tools/ios/bin/ios_install
+++ b/platform_tools/ios/bin/ios_install
@@ -15,5 +15,5 @@ set -e -x
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source $SCRIPT_DIR/ios_setup.sh
-ios_umount || true
+ios_umount || true
ios_install_app
« no previous file with comments | « no previous file | platform_tools/ios/bin/ios_ninja » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698