Skip to content

Commit

Permalink
fix code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Jan 15, 2020
1 parent d72c4aa commit b238525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ func (p *Package) LoadDataSets(packagePath string) error {
return errors.Wrapf(err, "error building dataset in package: %s", p.Name)
}

// if id is not set, {package}.{datasetName} is the default
// if id is not set, {package}.{datasetPath} is the default
if d.ID == "" {
d.ID = p.Name + "." + datasetPath
}
Expand Down

0 comments on commit b238525

Please sign in to comment.