Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-rstudio-server' into all-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford committed Apr 25, 2023
2 parents e81b591 + 663a540 commit b4c26be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-main/packages/rstudio-server
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ if [ "${ACTION}" != "prettylist" ]; then
URL="$( grep -o -E "wget.*jammy.*amd64\.deb" "${CACHE_FILE}" | cut -d' ' -f2)"
;;
esac
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'-' -f2-3 | tr - +)"
VERSION_PUBLISHED="$(echo "${URL}" | grep -E -o '[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+\-[[:digit:]]+' | tr - +)"
fi
PRETTY_NAME="RStudio Server"
WEBSITE="https://www.rstudio.com/"

0 comments on commit b4c26be

Please # to comment.