Skip to content

Commit

Permalink
doc: Fix make command (#1400)
Browse files Browse the repository at this point in the history
KrishnaIyer authored Jan 20, 2025
1 parent ab36344 commit 8ae33ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontmatter.go
Original file line number Diff line number Diff line change
@@ -115,7 +115,7 @@ func frontMatterToCSV(rootDirectory, csvPath, repoBaseURL string) error {
}

func main() {
rootDirectoryPath := "doc/content/gateways/models"
rootDirectoryPath := "doc/content/hardware/gateways/models"
csvPath := "gateways.csv"
repoBaseURL := "https://raw.githubusercontent.com/TheThingsIndustries/lorawan-stack-docs/master/doc/content/gateways/models"
if err := frontMatterToCSV(rootDirectoryPath, csvPath, repoBaseURL); err != nil {

0 comments on commit 8ae33ae

Please sign in to comment.