lib/ormdev/command/run.rb in ormdev-0.1.5 vs lib/ormdev/command/run.rb in ormdev-0.1.6

- old
+ new

@@ -52,10 +52,10 @@ OrmDev::LogUtil.info '[插件发布] '.green installer = OrmDev::RunHelper.new(@podspec_path) framework_zip = installer.setup(@no_version_control) framework_zip_path= File.expand_path('./', framework_zip) OrmDev::LogUtil.info "Success!!! 静态库编译完成:#{framework_zip_path}" - OrmDev::LogUtil.info " `ormdev publish #{@podspec_path} --zip=#{framework_zip_path} --push-type=0`".magenta + OrmDev::LogUtil.info " ormdev publish #{@podspec_path} --zip=#{framework_zip_path} --push-type=0".magenta end end end end \ No newline at end of file