Kaydet (Commit) 15aa526d authored tarafından Fatih Aşıcı's avatar Fatih Aşıcı

add a default value

üst a29041c8
......@@ -111,7 +111,7 @@ def update_file(path, content):
f.write(content)
f.close()
def update_environment(prefix, live):
def update_environment(prefix, live=False):
join = os.path.join
env = read_env_d(join(prefix, "etc/env.d"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment