[ABS] Force clean all old rootstrap
[scm/meta/abs.git] / abs
diff --git a/abs b/abs
index 0343640..487f57f 100755 (executable)
--- a/abs
+++ b/abs
@@ -197,7 +197,7 @@ class Sdk(object):
         self.runtool = Executor(checker=self.error_parser)
 
         self.home = os.getenv('HOME')
-        self.config_file = os.path.join(g_home, '.abs')
+        self.config_file = os.path.join(g_home, '.absconfig')
 
         if sdkpath is None:
             self.tizen = self.get_user_root()