Przeglądaj źródła

Fix typo in auto-added comment

Alois Mahdal 9 lat temu
rodzic
commit
3370ceb67d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      dotfiles/bash/setup

+ 1
- 1
dotfiles/bash/setup Wyświetl plik

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