Skip to content

Commit 3760776

Browse files
intentional error
Signed-off-by: Hanwen <[email protected]>
1 parent 59cce6b commit 3760776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-environment/resources/cloudwatch/partial/_cloudwatch_common.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def package_path
176176
)
177177
not_if { ::File.exist?('/opt/aws/amazon-cloudwatch-agent/etc/amazon-cloudwatch-agent.json') }
178178

179-
command "#{cookbook_virtualenv_path}/bin/python #{config_script_path} "\
179+
command "#{cookbook_virtualenv_path}/bin/pythonnnn #{config_script_path} "\
180180
"--platform #{node['platform']} --config $CONFIG_DATA_PATH --log-group $LOG_GROUP_NAME "\
181181
"--scheduler $SCHEDULER --node-role $NODE_ROLE"
182182
end unless redhat_on_docker?

0 commit comments

Comments
 (0)