diff options
author | Andreas Nüßlein <nutz@unfoog.de> | 2009-03-24 21:26:45 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2009-04-07 20:31:58 +0200 |
commit | 7df059c5e33039e56074d70ae599f3582884a900 (patch) | |
tree | ba997fddeaad3f57dfac9b6ef9cdee5195ada453 /bashrc | |
parent | b8c54d1f1bed345168b17a442dfd91fb68f29dd8 (diff) | |
download | dotfiles-7df059c5e33039e56074d70ae599f3582884a900.tar.gz dotfiles-7df059c5e33039e56074d70ae599f3582884a900.tar.xz dotfiles-7df059c5e33039e56074d70ae599f3582884a900.zip |
orgin -> origin
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc/main.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bashrc/main.sh b/bashrc/main.sh index 4a6d48a..51318cf 100644 --- a/bashrc/main.sh +++ b/bashrc/main.sh @@ -12,8 +12,8 @@ declare -r _BASHRC_DIR="${_DOTFILES_DIR}/bashrc" # self update magic _self_update() { pushd ${_DOTFILES_DIR} &>/dev/null - - git fetch orgin 2>/dev/null + + git fetch origin 2>/dev/null if [[ -n "$(git whatchanged HEAD..origin/master)" ]]; then echo -ne "\033[31m*\033[0m dotfile updates found, merge now? (Y/n) " read _merge; |