Skip to content

Commit bddea9e

Browse files
update acme_path var name
1 parent f1281b9 commit bddea9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastcaddy/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def add_acme_config(cf_token):
127127
pcfg({})
128128
init_path(automation_path)
129129
val = [get_acme_config(cf_token)]
130-
pcfg([{'issuers':val}], acme_path+'/policies')
130+
pcfg([{'issuers':val}], automation_path+'/policies')
131131

132132
# %% ../nbs/00_core.ipynb 34
133133
srvs_path = '/apps/http/servers'

nbs/00_core.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
" pcfg({})\n",
413413
" init_path(automation_path)\n",
414414
" val = [get_acme_config(cf_token)]\n",
415-
" pcfg([{'issuers':val}], acme_path+'/policies')"
415+
" pcfg([{'issuers':val}], automation_path+'/policies')"
416416
]
417417
},
418418
{

0 commit comments

Comments
 (0)