Skip to content

Commit c9165a1

Browse files
Merge pull request #2804 from h0tw1r3/SERVER-3263
(SERVER-3263) correct dropsonde puppet confdir
2 parents 6b08f4c + b61e756 commit c9165a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/puppetlabs/services/analytics/dropsonde.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
:env {"GEM_HOME" dropsonde-dir
2525
"GEM_PATH" dropsonde-dir
2626
"HOME" dropsonde-dir
27-
"PUPPET_CONFDIF" confdir
27+
"PUPPET_CONFDIR" confdir
2828
"PUPPET_CODEDIR" codedir
2929
"PUPPET_VARDIR" vardir
3030
"PUPPET_LOGDIR" logdir}})]

0 commit comments

Comments
 (0)