lib/timber/cli/installer.rb in timber-2.1.0.rc2 vs lib/timber/cli/installer.rb in timber-2.1.0.rc3
- old
+ new
@@ -13,9 +13,17 @@
def run(app)
raise NotImplementedError.new
end
private
+ def get_delivery_strategy(app)
+ if app.heroku?
+ :stdout
+ else
+ :http
+ end
+ end
+
# Determines the API key storage prference (environment variable or inline)
def get_api_key_storage_preference
io.puts ""
io.puts IO::Messages.separator
io.puts ""
\ No newline at end of file