Skip to content

Commit

Permalink
fix global configuration path for Mac (#3885)
Browse files Browse the repository at this point in the history
  • Loading branch information
varx committed Dec 8, 2022
1 parent 21d30f6 commit bc7c246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jib-maven-plugin/README.md
Expand Up @@ -383,7 +383,7 @@ Property | Type | Default | Description
Some options can be set in the global Jib configuration file. The file is at the following locations on each platform:

* *Linux: `[config root]/google-cloud-tools-java/jib/config.json`, where `[config root]` is `$XDG_CONFIG_HOME` (`$HOME/.config/` if not set)*
* *Mac: `[config root]/Google/Jib/config.json`, where `[config root]` is `$XDG_CONFIG_HOME` (`$HOME/Library/Preferences/Config/` if not set)*
* *Mac: `[config root]/Google/Jib/config.json`, where `[config root]` is `$XDG_CONFIG_HOME` (`$HOME/Library/Preferences/` if not set)*
* *Windows: `[config root]\Google\Jib\Config\config.json`, where `[config root]` is `%XDG_CONFIG_HOME%` (`%LOCALAPPDATA%` if not set)*

#### Properties
Expand Down

0 comments on commit bc7c246

Please sign in to comment.