Bugfix: elsep -> else
This commit is contained in:
parent
7210cf5d49
commit
44c016e549
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ function label {
|
|||
echo " creates a label which goto can cd to"
|
||||
elif [[ -d "${2}" ]]; then
|
||||
_make_label "${1}" "${2}"
|
||||
elsep
|
||||
else
|
||||
_make_label "${1}" "${PWD}"
|
||||
fi
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue