Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
meltheadorable committed Jul 10, 2024
1 parent 7d8191f commit 549f265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def system_version(detailed: false)
return @detailed_system_version if @detailed_system_version.present?

case Rails.env
when "development!"
when "development"
git_describe_tags = `git describe --tags`
git_branch = `git rev-parse --abbrev-ref HEAD`
@system_version = "#{git_describe_tags.strip} (#{git_branch.strip})"
Expand Down

0 comments on commit 549f265

Please sign in to comment.