diff --git a/zsh/functions.zsh b/zsh/functions.zsh index 2e36209..80e7162 100644 --- a/zsh/functions.zsh +++ b/zsh/functions.zsh @@ -224,7 +224,7 @@ function gitcopy() { echo $commits | pbcopy fi if [[ "$trelloCardName" != '' ]]; then - ruby ~/Projects/paiyou-hub/bin/create_trello_todo_card.rb -n $trelloCardName -d "$commits" -l `git config user.name` + ruby ~/Projects/paiyou-hub/bin/trello_action.rb -n $trelloCardName -d "$commits" -l `git config user.name` fi }