Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed Nov 7, 2024
1 parent 9bfaf38 commit 4c9e5c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-SAML
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
FROM alpine:latest

# Set the command to execute
CMD echo "This image is deprecated, use ghr.io/salopensource/sal and set USE_SAML=True in your settings.py" && exit 1
CMD echo "This image is deprecated, use ghcr.io/salopensource/sal and set USE_SAML=True in your settings.py" && exit 1
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOCKER_USER=ghr.io/salopensource
DOCKER_USER=ghcr.io/salopensource
ADMIN_PASS=pass
SAL_PORT=8000
DB_NAME=sal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ docker run -d --name="sal" \
-v /yourpath/metadata.xml:/home/docker/sal/sal/metadata.xml \
-v /yourpath/settings.py:/home/docker/sal/sal/settings.py \
--restart="always" \
ghr.io/salopensource/sal:latest
ghcr.io/salopensource/sal:latest
```

### Notes on OneLogin
Expand Down
2 changes: 1 addition & 1 deletion sal/version.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>version</key>
<string>4.4.0.2307</string>
<string>4.4.0.2308</string>
</dict>
</plist>

0 comments on commit 4c9e5c0

Please sign in to comment.