lib/docman/cli.rb in docman-0.0.28 vs lib/docman/cli.rb in docman-0.0.29

- old
+ new

@@ -55,11 +55,11 @@ if version.start_with?('state_') state = version.partition('_').last build(deploy_target, state) else config_dir? - Application.instance.deploy(deploy_target, name, type, version, options) - say('Complete!', :green) + result = Application.instance.deploy(deploy_target, name, type, version, options) + say(result, :green) end end desc 'bump', 'Bump version' #option :state \ No newline at end of file