From c2a268c8cf59f7dc686de43dbeee5c88cb8e1f00 Mon Sep 17 00:00:00 2001 From: limepotato Date: Fri, 16 Feb 2024 17:09:04 -0700 Subject: [PATCH] Typo --- src/main/resources/assets/run-osda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/run-osda.sh b/src/main/resources/assets/run-osda.sh index 91ee1ba..bc7bdf6 100755 --- a/src/main/resources/assets/run-osda.sh +++ b/src/main/resources/assets/run-osda.sh @@ -7,4 +7,4 @@ while getopts 'tg' flag; do esac done -java -Djexer.Swing=true -jar osda.jar; \ No newline at end of file +java -Djexer.Swing=true -jar osda.jar \ No newline at end of file