firecracker-microvm / firectl

firectl is a command-line tool to run Firecracker microVMs
Apache License 2.0
477 stars 72 forks source link

Fix firecracker command builder #23

Closed nmeyerhans closed 5 years ago

nmeyerhans commented 5 years ago

Addresses #22

This change removes a conditional around the handling of the --firecracker-binary commandline flag such that the construction of the firecracker process commandline happens consistently whether the binary is provided explicitly or found via the PATH.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.