Skip to content

Commit

Permalink
Syncing the deployment page after update to the version key is applied.
Browse files Browse the repository at this point in the history
Signed-off-by: Sunil Singh <[email protected]>
  • Loading branch information
sunilarjun committed Jan 26, 2024
1 parent fc8e289 commit 365d5e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion versioned_docs/version-1.12/getting-started/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ System deployments are stored in:
/Library/Preferences/io.rancherdesktop.profile.locked.plist
```

Then add `<key>Version</key><integer>10</integer>` after the initial `<dict>` tag into your respective `.plist` file.
Then add `<key>version</key><integer>10</integer>` after the initial `<dict>` tag into your respective `.plist` file.

#### Windows

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ System deployments are stored in:
/Library/Preferences/io.rancherdesktop.profile.locked.plist
```

Then add `<key>Version</key><integer>10</integer>` after the initial `<dict>` tag into your respective `.plist` file.
Then add `<key>version</key><integer>10</integer>` after the initial `<dict>` tag into your respective `.plist` file.

#### Windows

Expand Down

0 comments on commit 365d5e2

Please sign in to comment.