Skip to content

Commit

Permalink
Fix duplicate
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <[email protected]>
  • Loading branch information
paulober committed Jun 22, 2024
1 parent 0f2d3e2 commit c596413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/activator.mts
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ export default class Activator {

return acc;
},
["**/.picowgo", "**/.micropico", "**/.micropico", "**/.DS_Store"]
["**/.picowgo", "**/.micropico", "**/.DS_Store"]
);

if (settings.getBoolean(SettingsKey.gcBeforeUpload)) {
Expand Down

0 comments on commit c596413

Please sign in to comment.