Skip to content

Commit e93dff7

Browse files
authored
Fix Choreo.sh (#452)
1 parent 4f83116 commit e93dff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/Choreo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ SCRIPT_BASE="$(basename -s .sh "$SCRIPT_NAME")"
66
OS_NAME="$(uname -s)"
77
CHOREO_PATH="$(realpath "$SCRIPT_PATH/../choreo")"
88

9-
exec "$CHOREO_PATH/Choreo"
9+
exec "$CHOREO_PATH/choreo"

0 commit comments

Comments
 (0)