summaryrefslogtreecommitdiffstats
path: root/integration/src
diff options
context:
space:
mode:
Diffstat (limited to 'integration/src')
-rwxr-xr-xintegration/src/release_scripts/getReleaseData.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/src/release_scripts/getReleaseData.sh b/integration/src/release_scripts/getReleaseData.sh
index 4afd1bd9..ff0df042 100755
--- a/integration/src/release_scripts/getReleaseData.sh
+++ b/integration/src/release_scripts/getReleaseData.sh
@@ -140,7 +140,7 @@ update_repos() {
get_tags() {
echo "Repo, Last Tag Version,Snapshot Version,Changed Files,Docker Images"
- echo "repo, Last Tag Version,Snapshot Version,Changed Files,Docker Images" > "$release_data_file"
+ echo "Repo, Last Tag Version,Snapshot Version,Changed Files,Docker Images" > "$release_data_file"
for repo in "${pf_repos[@]}"
do
latest_snapshot_tag=$(mvn -f "$repo_location/$repo" clean | \