Follow-up of 17478, unexport private method
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
5edb94d724
commit
6b16247685
4 changed files with 7 additions and 7 deletions
|
@ -15,7 +15,7 @@ var (
|
|||
|
||||
func init() {
|
||||
var err error
|
||||
Architecture, err = GetRuntimeArchitecture()
|
||||
Architecture, err = runtimeArchitecture()
|
||||
if err != nil {
|
||||
logrus.Errorf("Could no read system architecture info: %v", err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue