Skip to content

Commit cd20ead

Browse files
committed
fixup! refactor: handle site data in site_store module
1 parent d1fa404 commit cd20ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ async fn run(do_commit: bool, site_filter: Option<&Regex>) -> anyhow::Result<()>
9999
let is_repo = git::is_repo();
100100
if is_repo {
101101
git::reset().unwrap();
102-
git::cleanup("sites").unwrap();
102+
git::cleanup(SITE_FOLDER).unwrap();
103103
} else {
104104
logger::warn("Not a git repo. Will run but won't do git actions.");
105105
}

0 commit comments

Comments
 (0)