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

Commit

Permalink
chore: remove colon suffixes from To-Do definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
z0al committed Dec 11, 2017
1 parent 6639492 commit 2f6afc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/import.go
Expand Up @@ -43,7 +43,7 @@ var importCmd = &cobra.Command{
prompt := &survey.Input{Message: "Search query"}

if err := survey.AskOne(prompt, &term, nil); err == nil {
// @todo: support different remote names other than origin
// @todo support different remote names other than origin
remote := "origin"
url, err := config.Local(fmt.Sprintf("remote.%s.url", remote))

Expand All @@ -54,7 +54,7 @@ var importCmd = &cobra.Command{
os.Exit(1)
}

// @todo: support custom To-Dos provider!
// @todo support custom To-Dos provider!
provider := todos.GitHubProvider{URL: url}

log.Wait(
Expand Down

0 comments on commit 2f6afc0

Please sign in to comment.