Skip to content

Commit

Permalink
Fixed semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
danwolfgang committed Apr 14, 2011
1 parent 897c5ee commit de19bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/ThemeExport.plugin/lib/ThemeExport/Plugin.pm
Expand Up @@ -60,7 +60,7 @@ sub export {
'error' => "The destination $target_path could not be written. Check permissions before retrying.",
}
)
);;
);

File::Path::rmtree($basedir);

Expand Down

0 comments on commit de19bce

Please sign in to comment.