Skip to content

Commit

Permalink
Fix memeversion assignment error
Browse files Browse the repository at this point in the history
  • Loading branch information
HDash committed Jun 18, 2024
1 parent 3635593 commit c967698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- name: Install MEME suite
run: |
memeversion = 5.5.5
memeversion=5.5.5
wget http://meme-suite.org/meme-software/$version/meme-$memeversion.tar.gz
tar zxf meme-$memeversion.tar.gz
cd meme-$memeversion
Expand Down

0 comments on commit c967698

Please sign in to comment.