summarylogtreecommitdiffstats
path: root/patch.diff
blob: f19d72ce38d979747f0b9b3fe5a0815cf8efde2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** main.rs	2017-10-28 18:28:50.000000000 +0530
--- main.rs	2018-03-12 21:52:58.353423751 +0530
***************
*** 80,86 ****
  
      fn execute(&self, args: &CommandLineArguments) -> Result<(), CommandExecutionError> {
          info!(target: TAG, "Installing gnirehtet client...");
!         exec_adb(args.serial(), vec!["install", "-r", "gnirehtet.apk"])
      }
  }
  
--- 80,86 ----
  
      fn execute(&self, args: &CommandLineArguments) -> Result<(), CommandExecutionError> {
          info!(target: TAG, "Installing gnirehtet client...");
!         exec_adb(args.serial(), vec!["install", "-r", "/usr/share/gnirehtet/gnirehtet.apk"])
      }
  }