[Title] Fixed arguments, sdb push method
authorgyeongseok.seo <gyeongseok.seo@samsung.com>
Wed, 12 Jun 2013 07:41:38 +0000 (16:41 +0900)
committergyeongseok.seo <gyeongseok.seo@samsung.com>
Wed, 12 Jun 2013 07:41:38 +0000 (16:41 +0900)
[Desc.] dist's file name not needed
[Issue]

Change-Id: Icd09b044e8086c9d0605aba3c06532d05c56342a

org.tizen.cli/src/org/tizen/cli/exec/install/Main.java

index 21e8548..89aa448 100644 (file)
@@ -126,7 +126,7 @@ extends WRTLauncher
         install_command.setLocalPath( filePath );
         install_command.setDevice( getDevice() );
         install_command.setTime( getTime() );
-        String remotePath = install_command.getRemotePath() + fileName;
+        String remotePath = install_command.getRemotePath();
         logger.trace( "remote widget file path : {}", remotePath );
 
         PushSdbCommand push_command = new PushSdbCommand( filePath, remotePath );