Skip to content

Commit

Permalink
[Jasoet|Bimo] refactor: move proctor/utility/sort to shared
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoet committed Jun 18, 2019
1 parent ab16c53 commit af51ec0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/command/list/lister.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/fatih/color"
"github.com/spf13/cobra"
"proctor/daemon"
"proctor/utility/sort"
"proctor/shared/utility/sort"
)

func NewCmd(printer io.Printer, proctorDClient daemon.Client) *cobra.Command {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit af51ec0

Please sign in to comment.