Skip to content

Commit d69d46e

Browse files
committed
rename script to apply the spell check dict
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent 10396cb commit d69d46e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

system/diagnostic_graph_aggregator/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ if(BUILD_TESTING)
3939
endif()
4040

4141
install(PROGRAMS
42-
tool/dump
42+
script/dump.py
43+
RENAME dump
4344
DESTINATION lib/${PROJECT_NAME}
4445
)
4546

0 commit comments

Comments
 (0)