Skip to content

Commit

Permalink
[firefox] Ignore more backup files in mozilla path
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Mar 7, 2022
1 parent 7d8be45 commit 7a7f850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ variables:
- 'yarn.*'

dynvariables:
mozilla_path: find ~/.mozilla/firefox -maxdepth 1 -name '*.default*' -and -not -name '*.bak' || true
mozilla_path: find ~/.mozilla/firefox -maxdepth 1 -name '*.default*' -and -not -name '*.bak' -and -not -name '*back*'|| true
cura_version: cura --version 2>/dev/null | sed 's/.*\([0-9]\+\.[0-9]\+\)\.[0-9]\+/\1/'
# Use a dynamic variable as a path and populate it with crontab
# Hack to make compare work correctly
Expand Down

0 comments on commit 7a7f850

Please sign in to comment.