Skip to content

Commit

Permalink
(maint) Make sure we use pdk-templates master if in development
Browse files Browse the repository at this point in the history
  • Loading branch information
bmjen committed Jan 29, 2018
1 parent b939b8e commit 5d2c973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pdk/util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def package_install?
module_function :package_install?

def development_mode?
!PDK::Util::Version.git_ref.nil?
!PDK::Util::Version.git_ref.nil? || PDK::VERSION.ends_with? '.pre'
end
module_function :development_mode?

Expand Down

0 comments on commit 5d2c973

Please sign in to comment.