Fix spelling

This commit is contained in:
William Hilton 2015-07-17 00:24:23 -04:00
parent 39bc2c31f0
commit 26145b88a7

4
get
View file

@ -3,11 +3,11 @@
function list_branches() {
list_branches() {
git for-each-ref refs/heads --format="%(refname:short)"
}
function list_remtote_branches() {
list_remote_branches() {
git for-each-ref refs/heads --format="%(refname:short)"
}
case "$1" in