From 8f3f34b6ad4ef7ae60d3a068b5cdaeaa6f3bf3bf Mon Sep 17 00:00:00 2001 From: Ben Buhse Date: Sun, 6 Aug 2023 08:57:10 +0000 Subject: [PATCH] Fix a typo in Seafile installation notes (#11192) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Fix a typo in Seafile's installation notes. It said `Seaile` (missing the 'F'). ⚒️ Fixes N/A **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [X] 🔃 Refactor of current code **🧪 How Has This Been Tested?** N/A **📃 Notes:** Literally added a single character to documentation. If I don't actually need to increase the version I can go ahead and make a new commit undoing that. **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [X] 📄 I have made corresponding changes to the documentation - [X] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- charts/stable/seafile/Chart.yaml | 2 +- charts/stable/seafile/docs/install-notes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/seafile/Chart.yaml b/charts/stable/seafile/Chart.yaml index 39dd43f1197..e2a1806a8ea 100644 --- a/charts/stable/seafile/Chart.yaml +++ b/charts/stable/seafile/Chart.yaml @@ -27,7 +27,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/seafile - https://seafile.com type: application -version: 1.0.0 +version: 1.0.1 annotations: truecharts.org/catagories: | - file-storage diff --git a/charts/stable/seafile/docs/install-notes.md b/charts/stable/seafile/docs/install-notes.md index 0f31594efe3..e429a9baa4c 100644 --- a/charts/stable/seafile/docs/install-notes.md +++ b/charts/stable/seafile/docs/install-notes.md @@ -1,4 +1,4 @@ -# Seaile installation notes and guidelines +# Seafile installation notes and guidelines ## Ingress