File tree 1 file changed +2
-2
lines changed
flowey/flowey_lib_common/src
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ impl FlowNode for Node {
107
107
} ;
108
108
match rt. platform ( ) . kind ( ) {
109
109
FlowPlatformKind :: Windows => {
110
- xshell:: cmd!( sh, "curl --fail -L https://azcopyvnext.azureedge .net/releases/release-{version_with_date}/azcopy_windows_{arch}_{version_without_date}.zip -o azcopy.zip" ) . run ( ) ?;
110
+ xshell:: cmd!( sh, "curl --fail -L https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd .net/releases/release-{version_with_date}/azcopy_windows_{arch}_{version_without_date}.zip -o azcopy.zip" ) . run ( ) ?;
111
111
112
112
let bsdtar = crate :: _util:: bsdtar_name ( rt) ;
113
113
xshell:: cmd!( sh, "{bsdtar} -xf azcopy.zip --strip-components=1" ) . run ( ) ?;
@@ -118,7 +118,7 @@ impl FlowNode for Node {
118
118
FlowPlatform :: MacOs => "darwin" ,
119
119
platform => anyhow:: bail!( "unhandled platform {platform}" ) ,
120
120
} ;
121
- xshell:: cmd!( sh, "curl --fail -L https://azcopyvnext.azureedge .net/releases/release-{version_with_date}/azcopy_{os}_{arch}_{version_without_date}.tar.gz -o azcopy.tar.gz" ) . run ( ) ?;
121
+ xshell:: cmd!( sh, "curl --fail -L https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd .net/releases/release-{version_with_date}/azcopy_{os}_{arch}_{version_without_date}.tar.gz -o azcopy.tar.gz" ) . run ( ) ?;
122
122
xshell:: cmd!( sh, "tar -xf azcopy.tar.gz --strip-components=1" ) . run ( ) ?;
123
123
}
124
124
} ;
You can’t perform that action at this time.
0 commit comments