Skip to content

Commit

Permalink
https://github.com/arialdomartini/oh-my-git/pull/109
Browse files Browse the repository at this point in the history
  • Loading branch information
DaneWeber committed Oct 23, 2020
1 parent 1fe06ec commit 07e3286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function get_current_action () {
}

function build_prompt {
local enabled=`git config --local --get oh-my-git.enabled`
local enabled=`git config --get oh-my-git.enabled`
if [[ ${enabled} == false ]]; then
echo "${PSORG}"
exit;
Expand Down

0 comments on commit 07e3286

Please sign in to comment.