From d2682f69e8dc3fcd9a7a21a0650ad1ee62c6bf90 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 27 Feb 2015 13:18:32 +0100 Subject: [PATCH] adb: first argument of push can be any file Regular files can be pushed, not only directories. --- src/_adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_adb b/src/_adb index f3ca68f..24fff44 100644 --- a/src/_adb +++ b/src/_adb @@ -71,7 +71,7 @@ _adb() { ;; (push) _arguments \ - '1:local directory:_files -/' \ + '1:files:_files' \ '2: :_adb_remote_files -/' \ && ret=0 ;;