Skip to content

Commit e893df7

Browse files
author
Varun Sharma
committed
minor issue in running migrate command
1 parent 7486704 commit e893df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ def run_post_install_hooks
760760
--symlink #{node['chef_client_updater']['symlink']} \
761761
--fstab #{node['chef_client_updater']['fstab']} \
762762
--process-config #{node['chef_client_updater']['process_config']} \
763-
#{node['chef_client']['selinux_profile'] ? "--selinux-profile #{node['chef_client']['selinux_profile']} \\" : ''}
763+
#{node['chef_client']['selinux_profile'] ? "--selinux-profile #{node['chef_client']['selinux_profile']} \\" : ''} \
764764
--selinux-ignore-warnings #{node['chef_client_updater']['selinux_ignore_warnings']} \
765765
--habitat-upgrade #{node['chef_client_updater']['habitat_upgrade']}
766766
EOH

0 commit comments

Comments
 (0)