You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When saving a template, new or existing, it removes single quotes. Without single quotes in either the Keyword Arguments or Arguments fields the query for git.pull is messed up and thus produces an error. I am currently only getting this with git.pull since this is currently the only command with these sets of arguments. An example using the Reproduces steps below:
Results
server.local:
ERROR: Command 'git master pull remotename' failed: git: 'master' is not a git command. See 'git --help'.
The most similar command is
restore
Arguments are out of place, and the repo path appears to be missing altogether.
Describe the bug
When saving a template, new or existing, it removes single quotes. Without single quotes in either the Keyword Arguments or Arguments fields the query for git.pull is messed up and thus produces an error. I am currently only getting this with git.pull since this is currently the only command with these sets of arguments. An example using the Reproduces steps below:
Results
server.local:
ERROR: Command 'git master pull remotename' failed: git: 'master' is not a git command. See 'git --help'.
Arguments are out of place, and the repo path appears to be missing altogether.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The quotes should remain, and the query run with the arguments in the correct order and format.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: