Skip to content

Commit

Permalink
Remove .py prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Curtin <[email protected]>
  • Loading branch information
ericcurtin committed Jul 26, 2024
1 parent 04d32ee commit cdb0da6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ main() {
curl -fsSL https://raw.githubusercontent.com/containers/ramalama/main/install.sh | sudo bash

set +o pipefail
./ramalama.py -h | grep Usage:
./ramalama -h | grep Usage:
set -o pipefail

ramalama.py pull granite-code
ramalama pull granite-code
autopep8 --exit-code ramalama # Check style is correct
# ramalama list | grep granite-code
# ramalama rm granite-code
}
Expand Down

0 comments on commit cdb0da6

Please sign in to comment.