Skip to content

Commit

Permalink
Merge pull request #184 from atlas-bi/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherpickering authored Jun 19, 2023
2 parents 30b6a77 + a276ff6 commit c6a3ece
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git reset --hard ${{github.ref_name}}
- name: 🆕 Create Pull Request
uses: peter-evans/create-pull-request@v5.0.1
uses: peter-evans/create-pull-request@v5.0.2
with:
labels: automated pr
branch: ${{github.ref_name}}
Expand Down
2 changes: 1 addition & 1 deletion src/docs/hub/install/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Already have Atlas Hub installed and just making changes to your config? You can
It will copy the configuration into the app and restart the services.

```bash
curl https://atlas.bi/installers/hub.sh | bash -s -- --configure
curl -sSL https://atlas.bi/installers/hub.sh | bash -s -- --configure
```

{% set collapse={
Expand Down
2 changes: 1 addition & 1 deletion src/docs/hub/install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cd /home/websites/atlas/hub
## Run the Installer

```bash
curl https://atlas.bi/installers/hub.sh | bash -
curl -sSL https://atlas.bi/installers/hub.sh | bash -
```

{% set collapse={
Expand Down
2 changes: 1 addition & 1 deletion src/docs/service/install/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ eleventyComputed:
# Configure

```bash
curl https://atlas.bi/installers/service.sh | bash -s -- --configure
curl -sSL https://atlas.bi/installers/service.sh | bash -s -- --configure
```

{% set collapse={
Expand Down
2 changes: 1 addition & 1 deletion src/docs/service/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ EOF
## Run the Installer

```bash
curl https://atlas.bi/installers/service.sh | bash -
curl -sSL https://atlas.bi/installers/service.sh | bash -
```

{% set collapse={
Expand Down
2 changes: 1 addition & 1 deletion src/docs/service/install/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ eleventyComputed:
# Upgrading

```bash
curl https://atlas.bi/installers/service.sh | bash -
curl -sSL https://atlas.bi/installers/service.sh | bash -
```

{% set collapse={
Expand Down

0 comments on commit c6a3ece

Please sign in to comment.