Skip to content

Commit

Permalink
Fix bad config property in privacy.md (GoogleContainerTools#4036)
Browse files Browse the repository at this point in the history
Co-authored-by: Mridula <66699525+mpeddada1@users.noreply.github.com>
  • Loading branch information
ChristianCiach and mpeddada1 authored Mar 5, 2024
1 parent 563aa7f commit 2e95616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and version.
### How to disable update checks

1. set the `jib.disableUpdateChecks` system property to `true`
2. set `disableUpdateChecks` to `true` in Jib's global config. The global config is in the following locations by default:
2. set `disableUpdateCheck` to `true` in Jib's global config. The global config is in the following locations by default:
* Linux: `$XDG_CONFIG_HOME/google-cloud-tools-java/jib/config.json` (if `$XDG_CONFIG_HOME` is defined), else `$HOME/.config/google-cloud-tools-java/jib/config.json`
* Mac: `$XDG_CONFIG_HOME/Google/Jib/config.json` (if `$XDG_CONFIG_HOME` is defined), else `$HOME/Library/Preferences/Google/Jib/config.json`
* Windows: `$XDG_CONFIG_HOME\Google\Jib\Config\config.json` (if `$XDG_CONFIG_HOME` is defined), else `%LOCALAPPDATA%\Google\Jib\Config\config.json`

0 comments on commit 2e95616

Please sign in to comment.