Skip to content

Commit

Permalink
fix: dfget dfpath (#901)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Dec 8, 2021
1 parent 07b195e commit bbf0c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dfget/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ var rootCmd = &cobra.Command{

// do get file
var errInfo string
err = runDfget(d.DfgetLockPath(), dfgetConfig.DaemonSockPath)
err = runDfget(d.DfgetLockPath(), d.DaemonSockPath())
if err != nil {
errInfo = fmt.Sprintf("error: %v", err)
}
Expand Down

0 comments on commit bbf0c92

Please sign in to comment.