Skip to content

Commit

Permalink
fix: typo (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif authored Sep 16, 2024
1 parent e7ed179 commit 47a904f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ runs:

- name: Set repositories
run: |
OS_CODENAME=$(lsb_release --codename --short | tail)
OS_CODENAME=$(lsb_release --codename --short | tail -1)
cat > ${HOME}/.Rprofile <<EOF
options(
repos = c(
Expand Down

0 comments on commit 47a904f

Please sign in to comment.