Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
doriable committed May 16, 2024
1 parent ac7229f commit 2c5f9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/buf/bufworkspace/workspace_targeting.go
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ func checkForOverlap(
return err
}
if empty {
return nil, bufmodule.ErrNoTargetProtoFiles
return bufmodule.ErrNoTargetProtoFiles
}
return fmt.Errorf("failed to build input %q because it is contained by module at path %q specified in your configuration, you must provide the workspace or module as the input, and filter to this path using --path", inputPath, moduleDirPath)
}
Expand Down

0 comments on commit 2c5f9ba

Please sign in to comment.