Skip to main content

script_clone

Function script_clone 

Source
pub fn script_clone(path: &Path, uri: &str) -> Vec<String>
Expand description

script_clone (try.rb:1419-1421). Upstream hardcodes single quotes around the URI (git clone '#{uri}') instead of q() — preserved.