소스 검색

Reconfigure static blog

Bob Mottram 9 년 전
부모
커밋
30b6e77f6e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-app-blogstatic

+ 1
- 1
src/freedombone-app-blogstatic 파일 보기

@@ -35,7 +35,7 @@ PELICAN_THEMES_REPO="https://github.com/getpelican/pelican-themes"
35 35
 PELICAN_PLUGINS_REPO="https://github.com/getpelican/pelican-plugins"
36 36
 DEFAULT_BLOG_TITLE=$"Freedombone Blog"
37 37
 
38
-function reconfigure_tox {
38
+function reconfigure_blogstatic {
39 39
     echo -n ''
40 40
 }
41 41