There was an error while loading. Please reload this page.
1 parent c4dd059 commit ecdf10cCopy full SHA for ecdf10c
1 file changed
src/cli/extension.rs
@@ -96,7 +96,7 @@ impl PlatformInfo {
96
)
97
}
98
pub fn get_drift_url(&self) -> String {
99
- format!("https://download.pactflow.io/drift/version.txt")
+ "https://download.pactflow.io/drift/version.txt".to_string()
100
101
pub fn get_drift_download_url(&self, version: &str) -> String {
102
let target = match (self.os.as_str(), self.arch.as_str()) {
0 commit comments