Skip to content

Commit d605587

Browse files
committed
lint fix
Signed-off-by: Pravin Pushkar <[email protected]>
1 parent e2794b0 commit d605587

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/standalone/common.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ const (
2929
DefaultConfigFileName = "config.yaml"
3030
DefaultResourcesDirName = "resources"
3131

32-
defaultDaprBinDirName = "bin"
33-
defaultComponentsDirName = "components"
32+
defaultDaprBinDirName = "bin"
3433
)
3534

3635
// GetDaprRuntimePath returns the dapr runtime installation path.

0 commit comments

Comments
 (0)