Skip to content

Commit

Permalink
Fix stale names
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Feb 23, 2025
1 parent 2cc4642 commit e21010a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/bopkit_bdd_cli/src/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(library
(name bopkit_bdd_cli)
(public_name bopkit.bdd-command)
(public_name bopkit.bdd-cli)
(flags
:standard
-w
Expand Down
2 changes: 1 addition & 1 deletion lib/bopkit_process_cli/src/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(library
(name bopkit_process_cli)
(public_name bopkit.process-command)
(public_name bopkit.process-cli)
(flags
:standard
-w
Expand Down
2 changes: 1 addition & 1 deletion project/subleq/lib/subleq_cli/src/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(library
(name subleq_cli)
(public_name bopkit.subleq-command)
(public_name bopkit.subleq-cli)
(flags
:standard
-w
Expand Down
2 changes: 1 addition & 1 deletion project/visa/lib/visa_cli/src/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(library
(name visa_cli)
(public_name bopkit.visa-command)
(public_name bopkit.visa-cli)
(flags
:standard
-w
Expand Down

0 comments on commit e21010a

Please sign in to comment.