builder: remove extra formatting verb from error message
Этот коммит содержится в:
родитель
15724848f9
коммит
eb3d6261b4
1 изменённых файлов: 1 добавлений и 1 удалений
|
@ -74,7 +74,7 @@ func LookupCommand(name string) (string, error) {
|
||||||
}
|
}
|
||||||
return cmdName, nil
|
return cmdName, nil
|
||||||
}
|
}
|
||||||
return "", errors.New("%#v: none of these commands were found in your $PATH: " + strings.Join(commands[name], " "))
|
return "", errors.New("none of these commands were found in your $PATH: " + strings.Join(commands[name], " "))
|
||||||
}
|
}
|
||||||
|
|
||||||
func execCommand(name string, args ...string) error {
|
func execCommand(name string, args ...string) error {
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче