Skip to content

Commit

Permalink
fix wrong path in clear all firefox user profile settings
Browse files Browse the repository at this point in the history
  • Loading branch information
undergroundwires committed Sep 14, 2020
1 parent 3c13a9e commit ee66196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ actions:
name: Clear all Firefox user profiles, settings and data
recommend: false
code: |-
rd "%localappdata%\Local\Mozilla\Firefox\Profiles"
rd /s /q "%LOCALAPPDATA%\Mozilla\Firefox\Profiles"
rd /s /q "%APPDATA%\Mozilla\Firefox\Profiles"
-
name: Clear Opera traces
Expand Down

0 comments on commit ee66196

Please sign in to comment.