diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2021-10-04 00:46:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-03 18:46:20 -0400 |
commit | 89ddbe9699aa2471af34d0e093e6631711482d89 (patch) | |
tree | 16d576734c50c537e33f6b910e608bc21ae5d448 /custom | |
parent | 1f45b3a629c0799359faa7d4e892522a191c9682 (diff) | |
download | gitea-89ddbe9699aa2471af34d0e093e6631711482d89.tar.gz gitea-89ddbe9699aa2471af34d0e093e6631711482d89.zip |
Fix typo in app.example.ini (#17213)
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.example.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index f8286a2e87..12a172f5ac 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -1883,7 +1883,7 @@ PATH = ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;ENABLED = false ;RUN_AT_START = false -;NO_SUCCESS_NOTICE = f;alse +;NO_SUCCESS_NOTICE = false ;SCHEDULE = @every 72h ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -1907,7 +1907,7 @@ PATH = ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;ENABLED = false ;RUN_AT_START = false -;NO_SUCCESS_NOTICE = f;alse +;NO_SUCCESS_NOTICE = false ;SCHEDULE = @every 72h ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |