Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing line break for error message #4402

Closed
mmattel opened this issue Aug 17, 2022 · 0 comments · Fixed by #4405
Closed

missing line break for error message #4402

mmattel opened this issue Aug 17, 2022 · 0 comments · Fixed by #4405
Assignees
Labels

Comments

@mmattel
Copy link
Contributor

mmattel commented Aug 17, 2022

Describe the bug

When running:
ocis storage-users uploads list --help on an uninitialized instance, you get following output:

The jwt_secret has not been set properly in your config for storage-users. Make sure your /home/<user>/.ocis/config config contains the proper values (e.g. by running ocis init or setting it manually in the config/corresponding environment variable).<user>@<host>:~$

Note the trailing <user>@<host>:~$ This part should be on a new line and not directly continued after the period sign at the end of the error message, making the message hard to read.

Steps to reproduce

Expected behavior

Linebreak post the error message

Actual behavior

Error message is printed and the shell prompt gets printed directly after it.

Setup

ocis.beta6

Additional context

Testing #4256 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants