diff --git a/internal/jobcontainers/logon.go b/internal/jobcontainers/logon.go index 45fafee715..c1e7d6b0e4 100644 --- a/internal/jobcontainers/logon.go +++ b/internal/jobcontainers/logon.go @@ -40,7 +40,7 @@ func groupExists(groupName string) bool { } // makeLocalAccount creates a local account with the passed in username and a randomly generated password. -// The user specified by `user`` will added to the `groupName`. This function does not check if groupName exists, that must be handled +// The user specified by `user` will added to the `groupName`. This function does not check if groupName exists, that must be handled // the caller. func makeLocalAccount(ctx context.Context, user, groupName string) (_ *uint16, err error) { // Create a local account with a random password diff --git a/internal/tools/uvmboot/lcow.go b/internal/tools/uvmboot/lcow.go index 4c07a078f0..196abee016 100644 --- a/internal/tools/uvmboot/lcow.go +++ b/internal/tools/uvmboot/lcow.go @@ -15,7 +15,6 @@ import ( "github.com/Microsoft/hcsshim/internal/uvm" "github.com/Microsoft/hcsshim/pkg/securitypolicy" "github.com/containerd/console" - "github.com/sirupsen/logrus" "github.com/urfave/cli" )