From 62028b57591f99aafa0edaa7cca480a60cba45f7 Mon Sep 17 00:00:00 2001 From: hophacker Date: Mon, 29 Jul 2019 10:14:19 +0800 Subject: [PATCH] rename create_trello_todo_card.rb to trello_action.rb --- zsh/functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }