Skip to content

Commit

Permalink
missing string function
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasticrabbit committed Nov 12, 2021
1 parent e146c46 commit 7acfbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gettask.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var taskCmd = &cobra.Command{
TeamID: viper.GetString("team_id"),
Subtasks: viper.GetBool("subtasks"),
}
fmt.Println(t.GetJSON(t.BuildPath()))
fmt.Println(string(t.GetJSON(t.BuildPath())))
},
}

Expand Down

0 comments on commit 7acfbd1

Please sign in to comment.