Skip to content

Commit

Permalink
extra `
Browse files Browse the repository at this point in the history
Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
  • Loading branch information
helsaawy committed May 18, 2022
1 parent 2e6e81a commit 194705b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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

0 comments on commit 194705b

Please sign in to comment.