Skip to content

Commit 2f84aa3

Browse files
committed
Fixes "Text files should end with a newline character" errors.
1 parent d935280 commit 2f84aa3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
ehthumbs.db
1414
Icon?
1515
Thumbs.db
16-
nbproject
16+
nbproject

README.mkd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ git-deploy also stores a REVISION file for each submodule in your repository, as
139139
Suggestions, questions and complaints.
140140
----------
141141

142-
If you've got any suggestions, questions, or anything you don't like about git-deploy, [you should create an issue here](https://github.com/BrunoDeBarros/git-deploy-php/issues). Feel free to fork this project, if you want to contribute to it.
142+
If you've got any suggestions, questions, or anything you don't like about git-deploy, [you should create an issue here](https://github.com/BrunoDeBarros/git-deploy-php/issues). Feel free to fork this project, if you want to contribute to it.

tools/build.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
$phar->setStub(file_get_contents(dirname(__FILE__)."/index.php"));
88
unset($phar);
99
@unlink('../git-deploy');
10-
rename('git-deploy.phar', '../git-deploy');
10+
rename('git-deploy.phar', '../git-deploy');

tools/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@
5353
}
5454
}
5555

56-
__HALT_COMPILER();
56+
__HALT_COMPILER();

0 commit comments

Comments
 (0)