~alpine/aports

[PATCH] testing/docker-volume-local-persist: fix typo

Paul Bredbury <brebs@sent.com>
Details
Message ID
<20190811035054.12010-1-brebs@sent.com>
DKIM signature
missing
Download raw message
Patch: +4 -4
---
 testing/docker-volume-local-persist/APKBUILD                  | 4 ++--
 .../docker-volume-local-persist.initd                         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/testing/docker-volume-local-persist/APKBUILD b/testing/docker-volume-local-persist/APKBUILD
index 6fb148df46..2d54749e74 100644
--- a/testing/docker-volume-local-persist/APKBUILD
+++ b/testing/docker-volume-local-persist/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=docker-volume-local-persist
pkgver=1.3.0
pkgrel=1
pkgrel=2
pkgdesc="Local Persist Volume Plugin for Docker"
url="https://github.com/CWSpear/local-persist"
arch="all"
@@ -32,4 +32,4 @@ package() {
}

sha512sums="43a061c937c84eaab817dc62e4be5adfee960e357a2eea504e87c8e5fda32f5a835dc6d145f7d787f4907cd592a04c0159455d8d28d40e158f5a93c4e4fc060a  docker-local-persist-1.3.0.tar.gz
806b53e97b52d7ec2517cd978ddce6de14321519a64a4f309e3ea233f77b0c6cb1c9ec6bd9431ebe6d1eef83c7fe6ab2b8720bc4e552b64f3741a1fcd0df4bac  docker-volume-local-persist.initd"
ca9e06949b70a459bce26a6d238347121393729aa3e5f3ada0e72fd4aa80f97b352f821eb91e20ead6062327fa88fa8dfdfc5d70006e602c13ecf6b26c9bf56f  docker-volume-local-persist.initd"
diff --git a/testing/docker-volume-local-persist/docker-volume-local-persist.initd b/testing/docker-volume-local-persist/docker-volume-local-persist.initd
index 87a17fe247..69b2bda21f 100644
--- a/testing/docker-volume-local-persist/docker-volume-local-persist.initd
+++ b/testing/docker-volume-local-persist/docker-volume-local-persist.initd
@@ -10,5 +10,5 @@ start_stop_daemon_args="--background \

depend() {
    before docker
    wants docker
}
\ No newline at end of file
    want docker
}
-- 
2.22.0
Reply to thread Export thread (mbox)