lib/tape.rb in taperole-1.3.3 vs lib/tape.rb in taperole-1.3.4

- old
+ new

@@ -70,9 +70,11 @@ def deploy_info { app_name: config["app_name"], user: `whoami`.chomp, + # FIXME: get host information corectly + # hosts: opts.host_pattern || 'default', hosts: opts.host_pattern || 'default', repo: config["be_app_repo"] || '' } end