Skip to content

Commit a947033

Browse files
committed
Fix upload directory
1 parent f5c3c5e commit a947033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ impl Context {
132132
let release_bucket_url = format!(
133133
"s3://{}/{}/{}",
134134
self.config.upload_bucket,
135-
self.config.download_dir,
135+
self.config.upload_dir,
136136
dist_dir.display(),
137137
);
138138

0 commit comments

Comments
 (0)