Browse Source

Fix typo in auto-added comment

Alois Mahdal 9 years ago
parent
commit
3370ceb67d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/bash/setup

+ 1
- 1
dotfiles/bash/setup View File

11
     exit 1;
11
     exit 1;
12
 else
12
 else
13
     put ''
13
     put ''
14
-    put '# added by https://github.com/AloisMahdal/mydots"'
14
+    put '# added by https://github.com/AloisMahdal/mydots'
15
     put 'test -f "${HOME}/.bash/head.bashrc" \'
15
     put 'test -f "${HOME}/.bash/head.bashrc" \'
16
     put ' && . "${HOME}/.bash/head.bashrc"'
16
     put ' && . "${HOME}/.bash/head.bashrc"'
17
 fi
17
 fi