diff --git a/bin/cc-cli b/bin/cc-cli index 0311b14defccf9de89ff954dc57065d8a25b5060..9a48f998d7e0cb5431983f4f0ed4032df2957293 100755 --- a/bin/cc-cli +++ b/bin/cc-cli @@ -85,7 +85,7 @@ try: if fparser.has_section(options.profile): settings.update(fparser.items(options.profile)) else: - printer.warn("Unable to load profile %s"%option.profile) + printer.warn("Unable to load profile %s"%options.profile) except Exception as e: if cccli.debug: raise