Skip to content

Commit

Permalink
cli package is not a cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Sep 26, 2022
1 parent a261f08 commit ff8b7af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion cmd/nano2nano/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
stdlog "log"
"net/http"

"github.com/micromdm/nanomdm/cmd/cli"
"github.com/micromdm/nanomdm/cli"
"github.com/micromdm/nanomdm/log/stdlogfmt"
"github.com/micromdm/nanomdm/mdm"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/nanomdm/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"time"

"github.com/micromdm/nanomdm/certverify"
"github.com/micromdm/nanomdm/cmd/cli"
"github.com/micromdm/nanomdm/cli"
mdmhttp "github.com/micromdm/nanomdm/http"
httpapi "github.com/micromdm/nanomdm/http/api"
httpmdm "github.com/micromdm/nanomdm/http/mdm"
Expand Down

0 comments on commit ff8b7af

Please sign in to comment.