Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon committed Sep 27, 2019
1 parent 14798d8 commit 7f852c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo-cli/Shell/MainService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ private byte[] LoadDeploymentScript(string nefFilePath, string manifestFilePath,
{
if (string.IsNullOrEmpty(manifestFilePath))
{
manifestFilePath = Path.ChangeExtension(nefFilePath, ".manifest" + Path.GetExtension(nefFilePath));
manifestFilePath = Path.ChangeExtension(nefFilePath, ".manifest.json");
}

// Read manifest
Expand Down

0 comments on commit 7f852c4

Please sign in to comment.