Skip to content

Commit

Permalink
Merge branch 'dev' into defaultnetworkinterfaceerror
Browse files Browse the repository at this point in the history
  • Loading branch information
xxx0624 authored Oct 3, 2024
2 parents 900036e + 479071b commit 2c2c161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecs-agent/tmds/utils/netconfig/netconfig_unsupported.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ func NewNetworkConfigClient() *NetworkConfigClient {
// DefaultNetInterfaceName returns the device name of the first default network interface
// available on the instance. This is only supported on linux as of now.
func DefaultNetInterfaceName(unknown interface{}) (string, error) {
return "", errors.New("Not supported on unknown platform")
return "", errors.New("not supported on unknown platform")
}

0 comments on commit 2c2c161

Please sign in to comment.