Skip to content

Commit 24701cf

Browse files
authored
fix(distribution): Use yaml instead of toml file (vectordotdev#18606)
Since YAML is the default now Signed-off-by: Jesse Szwedko <[email protected]>
1 parent d179c57 commit 24701cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/rpm/vector.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ rm -rf %{buildroot}
7979
%defattr(-,root,root,-)
8080
%{_bindir}/*
8181
%{_unitdir}/vector.service
82-
%config(noreplace) %{_sysconfdir}/%{_name}/vector.toml
82+
%config(noreplace) %{_sysconfdir}/%{_name}/vector.yaml
8383
%config(noreplace) %{_sysconfdir}/default/vector
8484
%config %{_sysconfdir}/%{_name}/examples/*
8585
%dir %{_sharedstatedir}/%{_name}

0 commit comments

Comments
 (0)