Skip to content

Commit 23a2468

Browse files
committed
change to original formats
1 parent 00fd213 commit 23a2468

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
docker compose exec -e RAILS_ENV=test app rspec --format progress --format html --out artifacts/rspec.html
5252
5353
- name: Run Rubocop
54-
if: ${{ always()}}
54+
if: ${{ always() }}
5555
run: |
5656
docker compose exec -e RAILS_ENV=test app rubocop --format progress --format html --out artifacts/rubocop.html
5757

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,4 @@ ENV DOCKER_TAG="${DOCKER_TAG}"
125125
ENV GIT_REF_NAME="${GIT_REF_NAME}"
126126
ENV GIT_SHA="${GIT_SHA}"
127127
ENV GIT_REPOSITORY_URL="${GIT_REPOSITORY_URL}"
128+

app/javascript/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ import "controllers"
44
import * as bootstrap from "bootstrap"
55
import githubAutoCompleteElement from "@github/auto-complete-element"
66
import Blacklight from "blacklight"
7-
import Geoblacklight from "geoblacklight";
7+
import Geoblacklight from "geoblacklight";

config/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ FIELDS:
8282
:WXS_IDENTIFIER: 'gbl_wxsIdentifier_s'
8383

8484
# Institution deployed at
85-
INSTITUTION: 'Stanford'
85+
INSTITUTION: 'University of California Berkeley'
8686

8787
# Metadata shown in tool panel
8888
METADATA_SHOWN:

0 commit comments

Comments
 (0)