summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-05-15 15:43:12 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2012-05-15 15:43:12 +0200
commitf9745eebd6ecbfa6817ac9ba076caaca52bc68a3 (patch)
tree154eb34ab2a0222ae70f092bde745a7944e8238f
parent730016245b3e1c46f38bfa9e0270e00b99051afa (diff)
downloaddotfiles-f9745eebd6ecbfa6817ac9ba076caaca52bc68a3.tar.gz
dotfiles-f9745eebd6ecbfa6817ac9ba076caaca52bc68a3.tar.xz
dotfiles-f9745eebd6ecbfa6817ac9ba076caaca52bc68a3.zip
bashrc/main: replace tabs with spaces
-rw-r--r--bashrc/main.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bashrc/main.sh b/bashrc/main.sh
index badbc78..27c5414 100644
--- a/bashrc/main.sh
+++ b/bashrc/main.sh
@@ -49,12 +49,12 @@ _self_update() {
if [[ -n "$_local_commits" ]]; then
echo -e "\033[31m*\033[0m You have some local commits. I will now try to use the new origin/master"
- echo " and apply the extra commits afterwards."
+ echo " and apply the extra commits afterwards."
fi
if [[ -n "$_local_changes" ]]; then
echo -e "\033[31m*\033[0m You have some uncommited local changes."
- echo " I will try to preserve it using the git stash."
+ echo " I will try to preserve it using the git stash."
git stash >/dev/null || return
fi