rename create_trello_todo_card.rb to trello_action.rb
This commit is contained in:
parent
d09a531b3f
commit
62028b5759
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user