mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
fix a typo in openbmc.pm
This commit is contained in:
parent
9cb9a8d4d5
commit
f1c40ec54f
@ -1124,7 +1124,7 @@ sub gen_send_request {
|
||||
# Slightly different debug message when doing a file upload
|
||||
$debug_info = "curl -k -b cjar -X $method -H \"Content-Type: application/json\" -T $::UPLOAD_FILE $request_url";
|
||||
} else {
|
||||
$debug_info = "curl -k -b cjar -X $method -H \"Content-Type: application/json\" -d $content $request_url";
|
||||
$debug_info = "curl -k -b cjar -X $method -H \"Content-Type: application/json\" -d '$content' $request_url";
|
||||
}
|
||||
}
|
||||
process_debug_info($node, $debug_info);
|
||||
|
Loading…
x
Reference in New Issue
Block a user