Skip to content

Commit

Permalink
minor updates as the tests failed.
Browse files Browse the repository at this point in the history
  • Loading branch information
hed-g authored Dec 16, 2023
1 parent 7763384 commit 21e3702
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/unix_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ aliases: [MacOSCupsJobCacheFile]
doc: Common UNIX Printing System (CUPS) job cache file.
sources:
- type: FILE
attributes:
paths:
- '/var/spool/cups/cache/job.cache'
- '/var/cache/cups/job.cache'
supported_os: [Darwin, Linux]
attributes: {paths: ['/var/spool/cups/cache/job.cache']}
supported_os: [Darwin]
- type: FILE
attributes: {paths: ['/private/var/spool/cups/cache/job.cache']}
supported_os: [Darwin]
- type: FILE
attributes: {paths:['/var/cache/cups/job.cache']}
supported_os: [Linux]
supported_os: [Darwin, Linux]
urls:
- 'https://www.cups.org/doc/man-cups-files.conf.html'
Expand Down

0 comments on commit 21e3702

Please sign in to comment.