Skip to content

Commit

Permalink
Fix failing paths test on macOS
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Pickering <adam.pickering@suse.com>
  • Loading branch information
adamkpickering committed Jul 3, 2023
1 parent 82bff69 commit 470915b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rancher-desktop/utils/__tests__/paths.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ describe('paths', () => {
deploymentProfileSystem: {
win32: new Error('Windows profiles will be read from Registry'),
linux: '/etc/rancher-desktop',
darwin: '/Library/Preferences',
darwin: '/Library/Preferences/rancher-desktop',
},
deploymentProfileUser: {
win32: new Error('Windows profiles will be read from Registry'),
Expand Down

0 comments on commit 470915b

Please sign in to comment.