rename note-cli to notes

This commit is contained in:
Erik Winter 2021-01-16 13:56:30 +01:00
parent 348f4ab085
commit bc71f3bb44
3 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
"path/filepath" "path/filepath"
"strconv" "strconv"
"git.sr.ht/~ewintr/shitty-ssg/cmd/note-cli/note" "git.sr.ht/~ewintr/shitty-ssg/cmd/notes/note"
) )
func main() { func main() {