module Concourse::Util

def fly command

def fly command
  sh "fly -t #{fly_target} #{command}"
end