Skip to content

Commit 4106c43

Browse files
committed
Fixing typo.
1 parent bdab2fd commit 4106c43

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
@@ -310,7 +310,7 @@ private static void RestorePluginSettings(Session session, string installFolder)
310310
}
311311

312312
// navigation.component.ts
313-
dst = Path.Combine(installFolder, "src\\app\\components\\navigation\\navigation.componene.ts");
313+
dst = Path.Combine(installFolder, "src\\app\\components\\navigation\\navigation.component.ts");
314314
session.Log("RestorePluginSettings src is : " + dst.ToString());
315315
File.Copy(Path.Combine(tmpConfigs, "navigation.component.ts"), dst, true);
316316
}

0 commit comments

Comments
 (0)