Skip to content

Commit

Permalink
Update cli.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinguy authored Nov 12, 2024
1 parent 3db99d1 commit 6c7259c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ run_docker() {
}

# Initialize checkmate and analyze the git repository
run_docker "checkmate init --backend sqlite"
run_docker "checkmate git init --backend sqlite"
run_docker "checkmate init --backend sqlite --backend-opts \"sqlite:///.checkmate/database.db\""
run_docker "checkmate git init --backend sqlite --backend-opts \"sqlite:///.checkmate/database.db\""
run_docker "checkmate git analyze --branch \`$GIT_BRANCH_CMD\`"
run_docker "checkmate issues"

0 comments on commit 6c7259c

Please sign in to comment.