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

Fix typos and using single instance of set #43

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Codesleuth
Copy link

@Codesleuth Codesleuth commented Sep 2, 2016

We were trying to set the log output path with the following command:

winser -i -a --set "AppStdout some.log"

However, this was actually trying to call set for each character in the argument. This PR detects the argument as a string then creates a single element array of that argument, so set is called only once.

Also, we fixed a few typos.

Fixes #40

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

Successfully merging this pull request may close these issues.

--set command doesn't work when only passing one of them
1 participant