diff options
-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" \ |