summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-01-16 18:41:07 +0100
committerJan Pokorný <jpokorny@redhat.com>2014-01-16 18:42:03 +0100
commitd7a673e0d9ec3423957122e90a63e72b72bb59dc (patch)
tree32ef8f1354f91fde48f233b742bdadb3d3bab63d /commands
parent57f61761229d23947ae7d59f82238ce522e53db1 (diff)
downloadclufter-d7a673e0d9ec3423957122e90a63e72b72bb59dc.tar.gz
clufter-d7a673e0d9ec3423957122e90a63e72b72bb59dc.tar.xz
clufter-d7a673e0d9ec3423957122e90a63e72b72bb59dc.zip
ccs2pcs: fix a typo
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'commands')
-rw-r--r--commands/ccs2pcs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/ccs2pcs.py b/commands/ccs2pcs.py
index 09f05eb..ee20466 100644
--- a/commands/ccs2pcs.py
+++ b/commands/ccs2pcs.py
@@ -1,5 +1,5 @@
# -*- coding: UTF-8 -*-
-# Copyright 2013 Red Hat, Inc.
+# Copyright 2014 Red Hat, Inc.
# Part of clufter project
# Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""ccs2pcs command"""
@@ -11,7 +11,7 @@ from ..command import as_command
@as_command(['ccs2ccsflat', ('ccs2pcs', 'ccs2coro')])
def ccs2pcs(input='/etc/cluster/cluster.conf',
output='./cib.xml',
- coro='/.corosync.conf'):
+ coro='./corosync.conf'):
"""Converts cman-based cluster configuration to Pacemaker-based one
Options: