Skip to content

Commit

Permalink
Fixing search path for java binaries for the main CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
ShamsUlAzeem committed Apr 21, 2020
1 parent 32b220e commit da217f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def init(platform, https, commit_hash, spin, download):


def cli():
if not os.path.exists(KONDUIT_JAR_DIR):
if not os.path.exists(KONDUIT_JAR_PATH):
log.info("No konduit binaries found. See 'konduit-init --help' or just run 'konduit-init'"
" to initialize a konduit jar binary.")
else:
Expand Down

0 comments on commit da217f1

Please sign in to comment.