mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-09 18:11:48 +08:00
Fix error message grammar (#1616)
This commit is contained in:
committed by
GitHub
parent
1558ceeaae
commit
b3b4c93c56
@@ -446,7 +446,7 @@ fn main() {
|
||||
|| asset.name.contains(".pub")
|
||||
}) {
|
||||
eprintln!(
|
||||
"{package} may supports other signature verification method using {}",
|
||||
"{package} may support other signature verification methods using {}",
|
||||
asset.name
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user