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
|
echo $commits | pbcopy
|
||||||
fi
|
fi
|
||||||
if [[ "$trelloCardName" != '' ]]; then
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user