diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-02-05 15:38:50 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-02-05 15:38:50 +0000 |
commit | 12d5798bc183a503a3f405a2829805551d594eca (patch) | |
tree | 52cccaed98bd3b2a0981f4467c9185a91c89d8ba /bootstrap.sh | |
parent | 1ca6f778e8c983950f5b05f2a84f1452fb99451d (diff) | |
download | dotfiles-12d5798bc183a503a3f405a2829805551d594eca.tar dotfiles-12d5798bc183a503a3f405a2829805551d594eca.tar.gz dotfiles-12d5798bc183a503a3f405a2829805551d594eca.tar.bz2 dotfiles-12d5798bc183a503a3f405a2829805551d594eca.tar.lz dotfiles-12d5798bc183a503a3f405a2829805551d594eca.tar.xz dotfiles-12d5798bc183a503a3f405a2829805551d594eca.tar.zst dotfiles-12d5798bc183a503a3f405a2829805551d594eca.zip |
Exclude LICENSE from bootstrap.sh
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 7127570..528cc18 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -11,7 +11,7 @@ doIt() { --exclude ".osx" \ --exclude "bootstrap.sh" \ --exclude "README.md" \ - --exclude "LICENSE.md" \ + --exclude "LICENSE" \ --exclude ".gitconfig" \ --exclude ".gitignore" \ --exclude ".gitmodules" \ |