Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christina-Kang committed Dec 19, 2018
1 parent 814036a commit 8c08df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Change Log

7.0.2
----------
- Prompt on first use for telemetry. Update code for 7.0.2 release (#)
- Prompt on first use for telemetry. Update code for 7.0.2 release (#170)

7.0.1
----------
Expand Down
2 changes: 1 addition & 1 deletion src/sfctl/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_config_value(name, fallback=None):

def get_config_bool(name, fallback=False):
"""Checks if a config value is set to a valid bool value.
Exception will be raised if the value is not convertible to true or false."""
Exception will be raised if the value is not convertible to True or False."""

cli_config = CLIConfig(SF_CLI_CONFIG_DIR, SF_CLI_ENV_VAR_PREFIX)
return cli_config.getboolean('servicefabric', name, fallback)
Expand Down

0 comments on commit 8c08df1

Please sign in to comment.