Skip to content

Commit 11f99ef

Browse files
author
Amit Gold
committed
Fix bug with new templates already existing
1 parent 8da82db commit 11f99ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/deploy.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ Proceeding by copying instead of symlinking."
162162
"Templated file {:?} already exists in target location. Skipping",
163163
new_template.target
164164
);
165+
actual_templates.insert(new_template.source, new_template.target);
165166
}
166167
// New template is in cache which means cache is corrupted. Bail.
167168
UpdateAction::Updated | UpdateAction::SkippedBecauseChanged => {

0 commit comments

Comments
 (0)