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 3af47e3 commit e11734bCopy full SHA for e11734b
src/EasySign.Cli/BundleCommandProvider.cs
@@ -11,9 +11,9 @@ namespace SAPTeam.EasySign.Cli
11
{
12
internal class BundleCommandProvider : CommandProvider<Bundle>
13
14
- public override void InitializeBundle(string workingDirectory, string bundleName)
+ public override void InitializeBundle(string bundlePath)
15
16
- Bundle = new Bundle(workingDirectory, bundleName);
+ Bundle = new Bundle(bundlePath);
17
}
18
19
public override RootCommand GetRootCommand()
0 commit comments