diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-03-29 01:03:07 +0100 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-03-29 01:03:07 +0100 |
commit | 3a981c0912f4e229e5a11c97230d2f57d1f01c3c (patch) | |
tree | 73c641948865ed1d7f8678fc17fa0f361ecc0bb6 /README.md | |
parent | 41f77647b4a8f9430e4a61fa46e30c706c137f10 (diff) | |
download | apkbuilds-3a981c0912f4e229e5a11c97230d2f57d1f01c3c.tar.gz apkbuilds-3a981c0912f4e229e5a11c97230d2f57d1f01c3c.tar.bz2 apkbuilds-3a981c0912f4e229e5a11c97230d2f57d1f01c3c.zip |
fix: Remove extra whitespace
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Who needs docker anyways ;) If for whatever reason you want to add this repo: ```shell -echo "https://artifacts.gabrielgio.me/repo/v3.19/ " >> /etc/apk/repositories +echo "https://artifacts.gabrielgio.me/repo/v3.19/" >> /etc/apk/repositories ``` Then trust me: |