Skip to content

Commit

Permalink
Fix missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Dec 7, 2023
1 parent 2a57012 commit 77f28dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion promoteUtils/checkComposites.sh
Expand Up @@ -26,7 +26,7 @@ IFS=$'\n\t'

RAW_OVERALL_DATE_START="$(date +%s )"
baseEclipseAccessDir="/home/data/httpd/download.eclipse.org"
baseEclipseDirSegment="eclipse/downloads/drops4/R-4.30-202312010110
baseEclipseDirSegment="eclipse/downloads/drops4/R-4.30-202312010110"
baseEclipse="eclipse-SDK-4.30-linux-gtk-x86_64.tar.gz"
repoFileAccess="file:///home/data/httpd/download.eclipse.org/"
repoHttpAccess="https://download.eclipse.org"
Expand Down

0 comments on commit 77f28dd

Please sign in to comment.