Skip to content

Commit 711935b

Browse files
authored
Properly use mlibrary in git clone URL for Clements customization plugin (#52)
* Use mlibrary instead for aspace-clements-customization * Remove extraneous branch
1 parent 4575e71 commit 711935b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/instances/clements/Dockerfile.clements

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update && \
88

99
RUN cd /archivesspace/plugins && \
1010
git clone --depth 1 --branch v1.0 https://github.com/hudmol/extended_advanced_search.git && \
11-
git clone --depth 1 https://github.com/ssciolla/aspace-clements-customization.git
11+
git clone --depth 1 https://github.com/mlibrary/aspace-clements-customization.git
1212

1313
RUN patch /archivesspace/locales/en.yml /archivesspace/plugins/aspace-clements-customization/en.yml.diff
1414

0 commit comments

Comments
 (0)