Fix small bugs in release scripts
[policy/parent.git] / integration / src / main / scripts / release / getReleaseData.sh
index ff0df04..4ebcdb6 100755 (executable)
@@ -118,6 +118,7 @@ update_repos() {
 
     for repo in "${pf_repos[@]}"
     do
+        echo ""
         echo "updating data from repo $repo branch $branch to data file '$release_data_file' . . ."
 
         if [ -d "$repo_location/$repo" ]