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
150415: roachtest: fix nodejs install helper function r=rafiss a=rafiss
The -exec action in find requires a terminating semicolon (`\;`) to indicate the end of the command. Without it, find doesn't know when the command ends, so this instalation check could fail.
fixes#150322
follow up from #150191
Release note: None
Co-authored-by: Rafi Shamim <[email protected]>
0 commit comments