mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-23 01:53:28 +00:00
Correct spelling error
This commit is contained in:
parent
34c510e30a
commit
778a153170
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user