Skip to content

Commit f58f0ad

Browse files
committed
Removing the ; from where it did not belong.
1 parent 3dec741 commit f58f0ad

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
@@ -389,7 +389,7 @@ public static ActionResult UpdateCA(Session session)
389389

390390
}
391391

392-
public static bool HandleUpdateWebConfigFile(string filePath);
392+
public static bool HandleUpdateWebConfigFile(string filePath)
393393
{
394394

395395
var fileContents = File.ReadAllText(filePath + @"\Web.config");

0 commit comments

Comments
 (0)