Skip to content

Commit

Permalink
Issue #37 : Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
facundovictor committed Sep 19, 2018
1 parent ec22363 commit c6e6686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/capsule.js
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ const addFilesToS3Bucket = async (projectName, bucketName) => {
for (const file of files) {
const file_path = path.join(templates_path, file);
if (fs.lstatSync(file_path).isDirectory()) {
continue;
continue;
}
fs.readFile(file_path, (error, file_content) => {
if (error) {
Expand Down

0 comments on commit c6e6686

Please sign in to comment.