Add missing TODOs
This commit is contained in:
parent
9f4ad8d959
commit
3a94768343
3 changed files with 4 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ func splitPath(repoPath string) (string, string) {
|
|||
cfg, err := config.Load()
|
||||
|
||||
if err != nil {
|
||||
// TODO
|
||||
}
|
||||
|
||||
parts := strings.SplitN(repoPath, ":", 2)
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ func Update(repositoryPath string) error {
|
|||
cfg, err := config.Load()
|
||||
|
||||
if err != nil {
|
||||
// TODO
|
||||
}
|
||||
|
||||
repositoryPath = strings.TrimSuffix(repositoryPath, "/.git")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue