Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgev259 committed Mar 9, 2017
1 parent e51dd2b commit 4acd684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/low_methods.js
Expand Up @@ -113,7 +113,7 @@ function addFile(name,path,filename,origin){
finalZip.folder(path).file(filename,buffer);
}

if(origin == "list"){;
if(origin == "list"){
progress_finish(name, name + ": Added to zip file");
}

Expand Down

0 comments on commit 4acd684

Please sign in to comment.