Skip to content

Commit

Permalink
ConfigurationScriptSource to have last_updated_on column
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswnl committed Feb 19, 2018
1 parent fb9e78a commit 811f339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/manager_refresh/inventory/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def has_configuration_script_sources(options = {})
:manager_ref => [:manager_ref],
:inventory_object_attributes => %i(
name description scm_type scm_url scm_branch scm_clean scm_delete_on_update
scm_update_on_launch authentication status
scm_update_on_launch authentication status last_updated_on
),
}.merge(options))
end
Expand Down

0 comments on commit 811f339

Please sign in to comment.