Skip to content

Commit 662cc1a

Browse files
JoshVanLcicoyle
authored andcommitted
lint
Signed-off-by: joshvanl <[email protected]>
1 parent b766d59 commit 662cc1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/workflow/dclient/dclient.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ func stand(ctx context.Context, opts Options) (*Client, error) {
7575
}
7676

7777
if len(proc.ResourcePaths) == 0 {
78-
daprDirPath, err := standalone.GetDaprRuntimePath(opts.RuntimePath)
78+
var daprDirPath string
79+
daprDirPath, err = standalone.GetDaprRuntimePath(opts.RuntimePath)
7980
if err != nil {
8081
return nil, err
8182
}

0 commit comments

Comments
 (0)