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

--source-dir folder name with whitespace causes failure to run ash tool #58

Closed
climbertjh2 opened this issue Apr 9, 2024 · 2 comments
Closed

Comments

@climbertjh2
Copy link
Contributor

naming a --source-dir folder path something that contains a whitespace character, e.g. my scan vs. my-scan causes ash to fail to run.

Re-create:

mkdir "my scan"
cd "my scan"
git clone <repo to scan>
cd <repo to scan>
ash --source-dir .
@awsntheule
Copy link
Contributor

Hey @climbertjh2, this should be fixed with PR #64. Please clone the latest version and try again when you get a chance.

@climbertjh2
Copy link
Contributor Author

It appears to work - thanks for updating. Closing this issue.

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

No branches or pull requests

2 participants