Skip to content

Commit

Permalink
chore: change sync command to use templates from main #22
Browse files Browse the repository at this point in the history
  • Loading branch information
rmenner committed Dec 16, 2024
1 parent 5383135 commit 2260151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/syncDotGithubDir.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const REMOTE_TEMPLATE_BASE_URL =
// Constants for configuring sync branch and template selection
// ------------------------------------------------------------
const BRANCH_BASE = "main";
const TARGET_BRANCH_TO_COPY = "dhook/init-github-templates";
const TARGET_BRANCH_TO_COPY = "main";
const CONFIG_TEMPLATE = "default";

/**
Expand Down

0 comments on commit 2260151

Please sign in to comment.