Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/Convex-Dev/convex.git in…
Browse files Browse the repository at this point in the history
…to develop
  • Loading branch information
mikera committed Sep 4, 2024
2 parents af30554 + 29165a3 commit 56faf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

BASE_PATH=$(dirname $0)
JAR_NAME=`ls -1 $BASE_PATH/convex-cli/target/convex-cli.jar`
JAR_NAME=`ls -1 $BASE_PATH/convex-integration/target/convex.jar`

# echo "using: $JAR_NAME"

Expand Down

0 comments on commit 56faf47

Please sign in to comment.