Rename config file
authorHyokeun Jeon <hyokeun.jeon@samsung.com>
Wed, 8 Jul 2020 09:22:05 +0000 (18:22 +0900)
committerHyokeun Jeon <hyokeun.jeon@samsung.com>
Wed, 8 Jul 2020 09:22:05 +0000 (18:22 +0900)
Change-Id: I63af8cdfa8f44fe3126834ce1192b59bff42480f

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()