-
Notifications
You must be signed in to change notification settings - Fork 71
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 VM-Install-Shortcut RunAsAdmin argument #840
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch @emtuls!
I think we should define an arguments variable and add the RunAsAdmin
if it is true
instead of duplicating the calls. 🤔
28a9de5
to
9f5494d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good! Made the change. 👍
9f5494d
to
934cf87
Compare
934cf87
to
1ff4fac
Compare
1ff4fac
to
0a4c841
Compare
This fixes #839