Skip to content
Merged

extra ` #1401

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/jobcontainers/logon.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion internal/tools/uvmboot/lcow.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down