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

command error #21

Closed
Explorer1092 opened this issue Jun 20, 2018 · 1 comment
Closed

command error #21

Explorer1092 opened this issue Jun 20, 2018 · 1 comment
Labels

Comments

@Explorer1092
Copy link

prompt is missing "n"

linux/x64/bash/credentials/MimiPengui
2018-06-20 9 04 59

@Ne0nd0g
Copy link
Owner

Ne0nd0g commented Jul 4, 2018

@Explorer1092 thank you for reporting this. I've found the problem and I will push a fix to the dev branch soon. Error is in the GetModuleList function of the modules package on line 159. I need to change the function from m = strings.TrimRight(m, ".json") to m = strings.TrimSuffix(m, ".json") to use the TrimSuffix function.

@Ne0nd0g Ne0nd0g added the bug label Jul 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants