fix package-project typos

This commit is contained in:
Martin Cech
2019-04-03 16:21:26 -04:00
parent c33180a19f
commit be5c1f90a7
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -150,10 +150,10 @@ client/styleguide
# webpack stats
client/webpack-stats.json
# Projects
projects/*/build
projects/*/dist
projects/*/*.egg-info
# packages
packages/*/build
packages/*/dist
packages/*/*.egg-info
# Misc
*.orig
+1 -1
View File
@@ -1525,7 +1525,7 @@ galaxy_root_path = os.path.join(__path__[0], "..", "..", "..")
def galaxy_directory():
root_path = os.path.abspath(galaxy_root_path)
if os.path.basename(root_path) == "projects":
if os.path.basename(root_path) == "packages":
root_path = os.path.abspath(os.path.join(root_path, ".."))
return root_path