diff --git a/bin/ls-py-modules b/bin/ls-py-modules index 119c053..034219f 100755 --- a/bin/ls-py-modules +++ b/bin/ls-py-modules @@ -1,9 +1,9 @@ #!/bin/bash LS_REPOS="bin/ls-all-repos" if ! [ -x "$LS_REPOS" ] ; then - echo "ls-py-modeuls should be run from the root of swh-environment. Bye." + echo "ls-py-modules should be run from the root of swh-environment. Bye." exit 2 fi "$LS_REPOS" "$@" | egrep -v -- "(-(template|testdata)$|snippets)"