mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Fix format 'verbs' (#2115)
This commit is contained in:
committed by
niusmallnan
parent
a08ad16a01
commit
82aaa413f5
@@ -256,7 +256,7 @@ func runInstall(image, installType, cloudConfig, device, partition, statedir, ka
|
||||
cmd := exec.Command("system-docker", "load", "-i", "/bootiso/rancheros/installer.tar.gz")
|
||||
cmd.Stdout, cmd.Stderr = os.Stdout, os.Stderr
|
||||
if err := cmd.Run(); err != nil {
|
||||
log.Infof("failed to load images from /bootiso/rancheros: %s", err)
|
||||
log.Infof("failed to load images from /bootiso/rancheros: %v", err)
|
||||
} else {
|
||||
log.Infof("Loaded images from /bootiso/rancheros/installer.tar.gz")
|
||||
|
||||
|
Reference in New Issue
Block a user