We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13399b4 commit 6472444Copy full SHA for 6472444
src/main.rs
@@ -50,7 +50,7 @@ async fn main() -> Result<()> {
50
.args(&["codeql", "set-version", codeql_version.into()])
51
.status()
52
.await
53
- .context("Failed to execute `gh codeql install` command")?;
+ .context("Failed to execute `gh codeql set-version` command")?;
54
}
55
56
log::info!("CodeQL installed");
0 commit comments