Skip to content

Commit

Permalink
correct fits-service.properties typo in confd toml. (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
emetsger authored Jul 1, 2021
1 parent 209ae56 commit 3b4ea53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fits/rootfs/etc/confd/conf.d/fits-service.properties.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[template]
src = "fits-service.properties.tmpl"
dest = "/opt/tomcat/conf/fit-service.properties"
dest = "/opt/tomcat/conf/fits-service.properties"
uid = 100
gid = 1000
mode = "0644"
Expand Down

0 comments on commit 3b4ea53

Please sign in to comment.