Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
fix: missed variable during the refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzo committed May 24, 2024
1 parent eb0d1c4 commit c562610
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

THIS_DIR = os.path.dirname(os.path.realpath(__file__))
SRC_DIR = f"{THIS_DIR}/../colloid/src"
GS_VERSION = "46-0"


def parse_args():
Expand Down Expand Up @@ -164,7 +165,7 @@ def main():
logger.info("Building temp tweaks file")
init_tweaks_temp(SRC_DIR)
logger.info("Inserting gnome-shell imports")
gnome_shell_version(args.GS_VERSION, SRC_DIR)
gnome_shell_version(GS_VERSION, SRC_DIR)
logger.info("Building main theme")
build_theme(ctx)
logger.info(f"Completed {palette.identifier} with {accent.identifier}")
Expand Down

0 comments on commit c562610

Please sign in to comment.