Skip to content

Commit

Permalink
Change oiejq install message
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Apr 18, 2024
1 parent 62abcc5 commit 7756867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sinol_make/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def configure_parsers():

def check_oiejq():
if util.is_linux() and not oiejq.check_oiejq():
print(util.warning('`oiejq` in `~/.local/bin/` not found, installing now...'))
print(util.warning('`Up to date `oiejq` in `~/.local/bin/` not found, installing new version...'))
try:
if oiejq.install_oiejq():
print(util.info('`oiejq` was successfully installed.'))
Expand Down

0 comments on commit 7756867

Please sign in to comment.