Skip to content

Commit

Permalink
fix gitignore error
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Apr 26, 2015
1 parent 6f8aae9 commit 47919c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MediaLibraryRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ private function addIgnoreFileToMediaLibraryDirectory()

$destinationFile = $destinationDirectory.'/.gitignore';
if (!file_exists($destinationFile)) {
File::copy(__DIR__.'/../../stubs/gitignore.txt', $destinationFile);
File::copy(__DIR__.'/stubs/gitignore.txt', $destinationFile);
}
}
}
File renamed without changes.

0 comments on commit 47919c4

Please sign in to comment.