rename create_trello_todo_card.rb to trello_action.rb

This commit is contained in:
hophacker 2019-07-29 10:14:19 +08:00
parent d09a531b3f
commit 62028b5759

View File

@ -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
}