Github user drigodwin commented on a diff in the pull request: https://github.com/apache/brooklyn-dist/pull/110#discussion_r140456307 --- Diff: release/verify_brooklyn_rc.sh --- @@ -105,65 +115,74 @@ for ARCHIVE in $(find * -type f ! \( -name '*.asc' -o -name '*.md5' -o -name '*. ;; --- End diff -- the line `PREFIX="/opt/brooklyn"` should be `PREFIX="/opt/brooklyn-{RELEASE}"`
---