Kaydet (Commit) ba62b66e authored tarafından S.Çağlar Onur's avatar S.Çağlar Onur

typo

üst 2ac8bc88
......@@ -140,7 +140,7 @@ class InstallDB:
pkg = str(pkg)
if self.is_installed(pkg):
raise InstallDBError(_("Already installed"))
if ctx.config.get_option('postpone-postinstall'):
if ctx.config.get_option('postpone_postinstall'):
state = 'ip'
self.dp[pkg] = True
else:
......
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