We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da82db commit 11f99efCopy full SHA for 11f99ef
src/deploy.rs
@@ -162,6 +162,7 @@ Proceeding by copying instead of symlinking."
162
"Templated file {:?} already exists in target location. Skipping",
163
new_template.target
164
);
165
+ actual_templates.insert(new_template.source, new_template.target);
166
}
167
// New template is in cache which means cache is corrupted. Bail.
168
UpdateAction::Updated | UpdateAction::SkippedBecauseChanged => {
0 commit comments