Skip to content

Commit 0f46392

Browse files
Remove unintended change
Signed-off-by: Manisha Deshpande <mmdeshp@amazon.com>
1 parent b9ac58e commit 0f46392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BabelfishCompass.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fi
3333

3434
# assume Java is in the PATH, this was tested above
3535
# assuming 12GB is enough
36-
${JAVA} -Duser.language=en-US -server -Xmx12g -jar /local/mmdeshp/compass/babelfish_compass/target/compass-1.0-jar-with-dependencies.jar "$@"
36+
${JAVA} -Duser.language=en-US -server -Xmx12g -jar compass.jar "$@"
3737

3838
#
3939
# end

0 commit comments

Comments
 (0)