field33 / plow

Plow - The ontology package manager

Home Page:https://plow.pm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong mention of Field33 in lockfile

hobofan opened this issue · comments

The Plow.lock currently contains "generated by Field33" in the auto-generated warning:

let mut lock_file_contents = "# This file is automatically generated by Field33.\n# It is not intended for manual editing.\n\n".to_owned();

It should reference Plow and not Field33.

My suggestion would be generated by Field33 -> generated by the Plow package manager.

When #24 is merged, this issue could be closed.