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

Error in readme example code #3

Open
mcascone opened this issue Feb 27, 2020 · 0 comments
Open

Error in readme example code #3

mcascone opened this issue Feb 27, 2020 · 0 comments

Comments

@mcascone
Copy link

I believe this example in the ReadMe is missing a single-quote:

String commandId = client.executeCommand('C:\Windows\System32\cmd.exe', ['/C', 'del /q/f/s %TEMP%\*] as String[])

Notice that even the GitHub syntax highlighter interpets it differently when the single quote is added. It should be:

String commandId = client.executeCommand('C:\Windows\System32\cmd.exe', ['/C', 'del /q/f/s %TEMP%\*'] as String[])
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

1 participant