Skip to content

Commit 7f5f9bc

Browse files
author
R. S. Doiel
committed
fix release.bash group id
1 parent 6c40de1 commit 7f5f9bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
REPO_ID="$(basename $(pwd))"
4-
GROUP_ID="$(basename $(dirname $(pwd)))"
4+
GROUP_ID="caltechlibrary"
55
REPO_URL="https://github.com/${GROUP_ID}/${REPO_ID}"
66
echo "REPO_URL -> ${REPO_URL}"
77

0 commit comments

Comments
 (0)