Skip to content

Commit a49c371

Browse files
jackblack369rock-git
authored andcommitted
[ci][mds] Change confv2 to conf
1 parent de0414f commit a49c371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/file-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ install_tools-v2() {
229229
mkdir -p $project_prefix/conf
230230
wget -O "$project_prefix/sbin/dingo" $tools_v2_dingo_file
231231
chmod +x "$project_prefix/sbin/dingo"
232-
copy_file "confv2/dingo.yaml" "$g_prefix/conf"
232+
copy_file "conf/dingo.yaml" "$g_prefix/conf"
233233
}
234234

235235
install_scripts() {

0 commit comments

Comments
 (0)