Skip to content

Commit f907788

Browse files
committed
typo
1 parent 5f07ad8 commit f907788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ runs:
307307
) | complete
308308
print $llvm_installer_result
309309
310-
if ($llvm_installer.exit_code == 0) {
310+
if ($llvm_installer_result.exit_code == 0) {
311311
let result = (
312312
if $has_sudo {
313313
^sudo apt-get ...$apt_install_args

0 commit comments

Comments
 (0)