diff options
Diffstat (limited to 'src/sbin/bcfg2-repo-validate')
-rwxr-xr-x | src/sbin/bcfg2-repo-validate | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sbin/bcfg2-repo-validate b/src/sbin/bcfg2-repo-validate index 47015f4ec..1bdcf4180 100755 --- a/src/sbin/bcfg2-repo-validate +++ b/src/sbin/bcfg2-repo-validate @@ -1,9 +1,9 @@ #!/usr/bin/env python -''' +""" bcfg2-repo-validate checks all xml files in Bcfg2 -repos against their respective XML schemas -''' +repos against their respective XML schemas. +""" __revision__ = '$Revision$' import glob |