Skip to content

Commit

Permalink
Freeze some strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Apr 2, 2018
1 parent 1c9b184 commit 5c6c5ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/embedded_ansible_worker/object_management.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ def commit_git_plugin_content

PLAYBOOK_PROJECT_ATTRIBUTES = {
:name => "#{I18n.t('product.name')} Default Project".freeze,
:scm_type => "git",
:scm_url => "file://#{CONSOLIDATED_PLUGIN_PLAYBOOKS_TEMPDIR}",
:scm_type => "git".freeze,
:scm_url => "file://#{CONSOLIDATED_PLUGIN_PLAYBOOKS_TEMPDIR}".freeze,
:scm_update_on_launch => false
}.freeze

Expand Down

0 comments on commit 5c6c5ff

Please sign in to comment.