Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
forgot to rename cmd/ to cli/ here
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfranck committed Sep 1, 2023
1 parent 0eed246 commit c1f7a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import "github.com/ugent-library/people-service/cmd"
import "github.com/ugent-library/people-service/cli"

func main() {
cmd.Execute()
cli.Execute()
}

0 comments on commit c1f7a26

Please sign in to comment.