Skip to content

Commit c6e87eb

Browse files
committed
[build-script] Remove old name swift-dt from source for swift-inspect.
We did this rename everywhere else, just missed this one.
1 parent 861bbcc commit c6e87eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/products/swiftinspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
class SwiftInspect(product.Product):
3333
@classmethod
3434
def product_source_name(cls):
35-
return "swift-dt"
35+
return "swift-inspect"
3636

3737
@classmethod
3838
def is_build_script_impl_product(cls):

0 commit comments

Comments
 (0)