Skip to content

Commit

Permalink
Update check.go
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 19, 2024
1 parent 881e201 commit 886d853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/handlers/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func CheckMyWork(w http.ResponseWriter, r *http.Request) {
filename := strings.ReplaceAll(cell, `\`, `/`)

// todo: only have fabricator run in docker
// and not in this job, too
// and not in the github action job, too
filename = strings.TrimLeft(filename, "/")
if len(filename) > 3 && filename[0:3] != "mnt" {
filename = fmt.Sprintf("/mnt/islandora_staging/%s", filename)
Expand Down

0 comments on commit 886d853

Please sign in to comment.