Matches ctl version to upstream
This commit is contained in:
8
clitools/pkg/system/hostname_stub.go
Normal file
8
clitools/pkg/system/hostname_stub.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build !linux
|
||||
|
||||
package system
|
||||
|
||||
func SetHostname(hostname string) error {
|
||||
// intentionally a no-op
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user