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
Use shellescape.Quote instead of %q format for directory name
Because golang and shell quoting requirements are different.
E.g. "foo$bar" really needs to be 'foo$bar' to avoid interpolation.
Signed-off-by: Jan Dubois <[email protected]>
0 commit comments