Skip to content

Commit ca92a0c

Browse files
committed
fix(syllabus): remove version prefix 'v'
1 parent 4e76948 commit ca92a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build-syllabus/build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fi
1717
# where "3" means going up three directories from the CWD
1818
REPO_ROOT="$(cd ../../ && pwd)"
1919
IMAGE_NAME="gt-syllabus-env"
20-
VERSION="$(grep -Po "Release: v\K[0-9.]*" "${REPO_ROOT}/src/handouts/syllabus.tex")"
20+
VERSION="$(grep -Po "Release: \K[0-9.]*" "${REPO_ROOT}/src/handouts/syllabus.tex")"
2121

2222
# remove_old_images
2323
IMAGE_LIST="$(docker images "${IMAGE_NAME}" --format "{{.Repository}}:{{.Tag}}")"

0 commit comments

Comments
 (0)