summaryrefslogtreecommitdiffstats
path: root/build_tools/bin/sync_profiles.py
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/bin/sync_profiles.py')
-rwxr-xr-xbuild_tools/bin/sync_profiles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/bin/sync_profiles.py b/build_tools/bin/sync_profiles.py
index 9b9200c..57f6410 100755
--- a/build_tools/bin/sync_profiles.py
+++ b/build_tools/bin/sync_profiles.py
@@ -1,6 +1,6 @@
#!/usr/bin/python2
import os
-profiledir="/build_tools/larch7/larch0/profiles"
+profiledir="/build_tools/larch8/larch0/profiles"
def getProfileList(profileType):
profilelist=[]
dirlist=os.listdir(profiledir)