2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-08-30 14:58:15 +00:00

Correct spelling error

This commit is contained in:
Jarrod Johnson
2018-05-10 16:46:29 -04:00
parent 34c510e30a
commit 778a153170

View File

@@ -84,7 +84,7 @@ def get_myname():
return f.read()
except IOError:
myname = socket.gethostname()
with open('/etc/confluenut/cfg/myname', 'w') as f:
with open('/etc/confluent/cfg/myname', 'w') as f:
f.write(myname)
return myname