diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-03-31 01:55:04 +0100 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-03-31 01:55:04 +0100 |
commit | 3440030a3551ffb4f621684d3fd97805c5824063 (patch) | |
tree | ad6fa341977ff6f5ed251f95ec5de56d78350639 | |
parent | 3a981c0912f4e229e5a11c97230d2f57d1f01c3c (diff) | |
download | apkbuilds-3440030a3551ffb4f621684d3fd97805c5824063.tar.gz apkbuilds-3440030a3551ffb4f621684d3fd97805c5824063.tar.bz2 apkbuilds-3440030a3551ffb4f621684d3fd97805c5824063.zip |
fix: Remove extra whitespace
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 831f7c6..4e7a822 100644 --- a/docs/index.html +++ b/docs/index.html @@ -535,7 +535,7 @@ <h1 class="title">Gabriel's apk repo</h1> </header> <p> To enable this repository:</p> -<code>echo "https://artifacts.gabrielgio.me/repo/v3.19/ " >> /etc/apk/repositories +<code>echo "https://artifacts.gabrielgio.me/repo/v3.19/" >> /etc/apk/repositories curl https://artifacts.gabrielgio.me/repo/mail%40gabrielgio.me-62ddc4dc.rsa.pub -o /etc/apk/keys/mail@gabrielgio.me-62ddc4dc.rsa.pub</code> <h1 id="apks-alpine">Apks Alpine 3.19</h1> |