Skip to content

Commit

Permalink
Fix typo in init/zsh/_ml
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Oct 3, 2024
1 parent e02e99b commit df6133e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/zsh/_ml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ _ml_loaded_modules()
_ml_available_modules()
{
if [[ -n $MODULEPATH ]]; then
_available_modules=(${$(module -q -t --no_redirect avail 2>&1 > /dev/null | sed ' /:$/d; s/(@.*)//g; s#/*$##g; os/ *<[A-Za-z][A-Za-z]*>//')})
_available_modules=(${$(module -q -t --no_redirect avail 2>&1 > /dev/null | sed ' /:$/d; s/(@.*)//g; s#/*$##g; s/ *<[A-Za-z][A-Za-z]*>//')})
fi
}

Expand Down

0 comments on commit df6133e

Please sign in to comment.