Skip to content

Commit 7390255

Browse files
committed
Fixing another typo.
1 parent 4106c43 commit 7390255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eFormAPI/Installation/CustomActions/CustomAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ private static void BackupPluginSettings(Session session, string installFolder)
285285
}
286286

287287
// navigation.component.ts
288-
src = Path.Combine(installFolder, "src\\app\\components\\navigation\\navigation.componene.ts");
288+
src = Path.Combine(installFolder, "src\\app\\components\\navigation\\navigation.component.ts");
289289
session.Log("BackupPluginSettings src is : " + src.ToString());
290290
File.Copy(src, Path.Combine(tmpConfigs, "navigation.component.ts"), true);
291291

0 commit comments

Comments
 (0)