summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyokeun Jeon <hyokeun.jeon@samsung.com>2020-07-08 18:22:05 +0900
committerHyokeun Jeon <hyokeun.jeon@samsung.com>2020-07-08 18:22:05 +0900
commitc1ff161f1289537c6194a01e586cc0728554e740 (patch)
treea07994ddae6626b3eb4579be1b286e34330fb425
parent0a493700f55aca87326fa2dccd70acec36d3ddff (diff)
downloadabs-c1ff161f1289537c6194a01e586cc0728554e740.tar.gz
abs-c1ff161f1289537c6194a01e586cc0728554e740.tar.bz2
abs-c1ff161f1289537c6194a01e586cc0728554e740.zip
Rename config file
Change-Id: I63af8cdfa8f44fe3126834ce1192b59bff42480f
-rwxr-xr-xabs2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs b/abs
index 0343640..487f57f 100755
--- 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()