Skip to content

Commit 6472444

Browse files
committed
fix: Correct error message for CodeQL set-version command
1 parent 13399b4 commit 6472444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async fn main() -> Result<()> {
5050
.args(&["codeql", "set-version", codeql_version.into()])
5151
.status()
5252
.await
53-
.context("Failed to execute `gh codeql install` command")?;
53+
.context("Failed to execute `gh codeql set-version` command")?;
5454
}
5555

5656
log::info!("CodeQL installed");

0 commit comments

Comments
 (0)