Sha256: e5d57c115dfafc41b252ef6127cce89006ddc44027f43f46c6a4edb44447308a
Contents?: true
Size: 285 Bytes
Versions: 5
Compression:
Stored size: 285 Bytes
Contents
# frozen_string_literal: true namespace :figaro_yml do include Capistrano::Ops::FigaroYml::Paths include Capistrano::Ops::FigaroYml::Helpers task :check_config_present do next unless local_figaro_yml(figaro_yml_env).nil? check_config_present_error exit 1 end end
Version data entries
5 entries across 5 versions & 1 rubygems