summaryrefslogtreecommitdiffstats
path: root/classes/image_types_ostree.bbclass
diff options
context:
space:
mode:
authorOYTIS <tossel@gmail.com>2017-05-26 17:42:03 +0200
committerGitHub <noreply@github.com>2017-05-26 17:42:03 +0200
commit08b5230c9503b080b566d7bfc6d8daa9b3075555 (patch)
treed88ff2577b8fa6305b02e2ea698fc3c5b2a8e1e8 /classes/image_types_ostree.bbclass
parent230865885b0ec80001d1be90aa1f3bc03b501d1f (diff)
downloadmeta-updater-08b5230c9503b080b566d7bfc6d8daa9b3075555.tar.gz
Fix broken English
Diffstat (limited to 'classes/image_types_ostree.bbclass')
-rw-r--r--classes/image_types_ostree.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass
index c6b0727..2a74e51 100644
--- a/classes/image_types_ostree.bbclass
+++ b/classes/image_types_ostree.bbclass
@@ -22,10 +22,10 @@ python () {
22 if d.getVar("SOTA_AUTOPROVISION_CREDENTIALS", True): 22 if d.getVar("SOTA_AUTOPROVISION_CREDENTIALS", True):
23 bb.warn("SOTA_AUTOPROVISION_CREDENTIALS are overriden by those in SOTA_PACKED_CREDENTIALS") 23 bb.warn("SOTA_AUTOPROVISION_CREDENTIALS are overriden by those in SOTA_PACKED_CREDENTIALS")
24 if d.getVar("SOTA_AUTOPROVISION_URL", True): 24 if d.getVar("SOTA_AUTOPROVISION_URL", True):
25 bb.warn("SOTA_AUTOPROVISION_URL is overriden by one in SOTA_PACKED_CREDENTIALS") 25 bb.warn("SOTA_AUTOPROVISION_URL is overriden by the one in SOTA_PACKED_CREDENTIALS")
26 26
27 if d.getVar("SOTA_AUTOPROVISION_URL_FILE", True): 27 if d.getVar("SOTA_AUTOPROVISION_URL_FILE", True):
28 bb.warn("SOTA_AUTOPROVISION_URL_FILE is overriden by one in SOTA_PACKED_CREDENTIALS") 28 bb.warn("SOTA_AUTOPROVISION_URL_FILE is overriden by the one in SOTA_PACKED_CREDENTIALS")
29 29
30 if d.getVar("OSTREE_PUSH_CREDENTIALS", True): 30 if d.getVar("OSTREE_PUSH_CREDENTIALS", True):
31 bb.warn("OSTREE_PUSH_CREDENTIALS are overriden by those in SOTA_PACKED_CREDENTIALS") 31 bb.warn("OSTREE_PUSH_CREDENTIALS are overriden by those in SOTA_PACKED_CREDENTIALS")