summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2011-05-18 10:44:29 -0400
committerSol Jerome <sol.jerome@gmail.com>2011-06-14 12:36:45 -0500
commit7ea350c0571ea8f551efa9fcfcc2eafc456dd9d9 (patch)
treec227c753ceffa748b910f5bffb34d2d6b3effbf6
parent96d93d3c16c1e6cb0aa4748f8b392b84197a644a (diff)
downloadbcfg2-7ea350c0571ea8f551efa9fcfcc2eafc456dd9d9.tar.gz
bcfg2-7ea350c0571ea8f551efa9fcfcc2eafc456dd9d9.tar.bz2
bcfg2-7ea350c0571ea8f551efa9fcfcc2eafc456dd9d9.zip
Fixed fileprobes schema
-rw-r--r--schemas/fileprobes.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/fileprobes.xsd b/schemas/fileprobes.xsd
index 112047836..e10dc51dd 100644
--- a/schemas/fileprobes.xsd
+++ b/schemas/fileprobes.xsd
@@ -18,7 +18,7 @@
<xsd:complexType name="FileProbeType">
<xsd:attribute type="xsd:string" name="name" use="required"/>
- <xsd:attribute type="xsd:string" name="base64"/>
+ <xsd:attribute type="xsd:string" name="encoding"/>
<xsd:attribute type="xsd:string" name="update"/>
</xsd:complexType>