Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Feb 27, 2024
1 parent fb11092 commit 5f33c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meshing/packages/machine_types/package.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
##############################################################################
# Project machine-types
# Project machine_types
#
##############################################################################

Expand Down
2 changes: 1 addition & 1 deletion meshing/packages/smooth3d/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Smooth3d(CMakePackage):
depends_on('gmds')
depends_on('mesquite')
depends_on('lima')
depends_on('machine-types')
depends_on('machine_types')

def cmake_args(self):
args = []
Expand Down

0 comments on commit 5f33c4c

Please sign in to comment.