Update postgres-setup.sh
diff --git a/scripts/Unix/postgres-setup.sh b/scripts/Unix/postgres-setup.sh
index cfd0442..611a729 100755
--- a/scripts/Unix/postgres-setup.sh
+++ b/scripts/Unix/postgres-setup.sh
@@ -76,8 +76,8 @@
 ./gradlew publishToMavenLocal
 cd ..
 
-# REM clone fineract-cn-rhythm FINCN115
-git clone https://github.com/Izakey/fineract-cn-rhythm.git -b FINCN115
+# REM clone fineract-cn-rhythm FINCN-115
+git clone https://github.com/Izakey/fineract-cn-rhythm.git -b FINCN-115
 cd fineract-cn-rhythm
 git remote add upstream https://github.com/apache/fineract-cn-rhythm.git
 chmod +x gradlew