Skip to content

Commit

Permalink
fix: build path
Browse files Browse the repository at this point in the history
  • Loading branch information
nullishamy committed May 28, 2024
1 parent fba6c15 commit c4e6c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/build/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@


def execute_build(git_root: str, args: Namespace):
colloid_dir = f"{git_root}/colloid"
colloid_tmp_dir = f"{git_root}/colloid-tmp-{args.flavor}"
colloid_dir = f"{git_root}/sources/colloid"
colloid_tmp_dir = f"{git_root}/sources/colloid-tmp-{args.flavor}"

shutil.copytree(colloid_dir, colloid_tmp_dir)

Expand Down

0 comments on commit c4e6c98

Please sign in to comment.