fix(path): Fix package name after git server migration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Matthieu 'JP' DERASSE
2022-11-26 22:36:00 +00:00
parent 5f4e7e5be6
commit 3d878c050d
45 changed files with 70 additions and 70 deletions

View File

@ -5,8 +5,8 @@ import (
"path/filepath"
"strings"
"git.home.m-and-m.ovh/mderasse/gouick/helpers"
"git.home.m-and-m.ovh/mderasse/gouick/models"
"git.dev.m-and-m.ovh/mderasse/gouick/helpers"
"git.dev.m-and-m.ovh/mderasse/gouick/models"
)
// Path ask user for a path string and try until we get a possible answer.