Skip to content

Commit

Permalink
remove typos
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Sep 5, 2023
1 parent 41d30e0 commit 8856d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ jobs:
mkfifo log.fifo
mkfifo metrics.fifo
curl --unix-socket /tmp/firecracker.socket -i -X PUT 'http://localhost/boot-source' -H 'Accept: application/json' -H 'Content-Type: application/json' -d "{ \"kernel_image_path\": \"./rusty-loader-x86_64-fc\", \"boot_args\": \"\", \"initrd_path\": \"target/x86_64-unknown-hermit/debug/hello_world\" }"
curl -fsS --unix-socket /tmp/firecracker.sock -i \ -X PUT "http://localhost/logger" \ -H "accept: application/json" \ -H "Content-Type: application/json" \ -d '{ "log_fifo": "log.fifo", "metrics_fifo": "metrics.fifo", "level": "Info", "show_level": true, "show_log_origin": true }'
curl --unix-socket /tmp/firecracker.socket -i -X PUT "http://localhost/logger" -H "accept: application/json" -H "Content-Type: application/json" -d '{ "log_fifo": "log.fifo", "metrics_fifo": "metrics.fifo", "level": "Info", "show_level": true, "show_log_origin": true }'
curl --unix-socket /tmp/firecracker.socket -i -X PUT 'http://localhost/actions' -H 'Accept: application/json' -H 'Content-Type: application/json' -d "{ \"action_type\": \"InstanceStart\" }"
sleep 1
cat log.fifo
Expand Down

0 comments on commit 8856d4f

Please sign in to comment.