Skip to content
Snippets Groups Projects
Commit 3b0f0cc4 authored by GraceDB's avatar GraceDB
Browse files

fixing typo

parent 1dba443f
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ user as a publisher::
print "adding gracedb as publisher to node %s for server %s ..." % (node, server)
cmd = 'lvalert_admin -c {0} -j gracedb -q {1}'.format( server, node)
cmd = 'lvalert_admin -c {0} -j gracedb -q {1}'.format(server, node)
p = subprocess.Popen(cmd, shell=True)
out, err = p.communicate()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment