mirror of
https://github.com/containers/podman.git
synced 2025-06-06 06:44:53 +08:00
Spelling
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@ -432,7 +432,7 @@ func IsKernelNewerThan(version string) (bool, error) {
|
||||
|
||||
}
|
||||
|
||||
// IsCommandAvaible check if command exist
|
||||
// IsCommandAvailable check if command exist
|
||||
func IsCommandAvailable(command string) bool {
|
||||
check := exec.Command("bash", "-c", strings.Join([]string{"command -v", command}, " "))
|
||||
err := check.Run()
|
||||
|
Reference in New Issue
Block a user