Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Riley authored and fantasticrabbit committed Oct 25, 2021
1 parent a07fdbd commit 0cdf263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var getCmd = &cobra.Command{
token := viper.GetString("ctoken")
taskID, _ := cmd.Flags().GetString("task")
fileFlag, _ := cmd.Flags().GetBool("file")
//if file flag=t, write file 'cutask_'+taskid+'.json'

if !fileFlag {
fmt.Println(string(internal.GetClickUpTask(taskID, token, clientID)))
return
Expand Down

0 comments on commit 0cdf263

Please sign in to comment.