Skip to content

Commit

Permalink
Fix whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-nie committed Feb 3, 2021
1 parent 06ee6a6 commit 47743b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/instance.pp
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
owner => $config_owner,
group => $config_group,
mode => $config_file_mode,
content => epp($conf_template,{'real_log_path' => $_real_log_file}),
content => epp($conf_template,{ 'real_log_path' => $_real_log_file }),
}

exec { "cp -p ${redis_file_name_orig} ${redis_file_name}":
Expand Down

0 comments on commit 47743b9

Please sign in to comment.