better noun

This commit is contained in:
softprops
2019-08-25 14:35:10 -04:00
parent fedb5780c2
commit d072f41760

View File

@ -73,7 +73,7 @@ fn run(
Ok(paths) Ok(paths)
}); });
for path in paths? { for path in paths? {
log::info!("⬆️ Uploading path {}", path.display()); log::info!("⬆️ Uploading asset {}", path.display());
uploader.upload( uploader.upload(
conf.github_token.as_str(), conf.github_token.as_str(),
conf.github_repository.as_str(), conf.github_repository.as_str(),