Skip to content

Commit

Permalink
Fixed typo in changes of sphinx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMikita committed Apr 6, 2018
1 parent 51f1ae1 commit 0f0fbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/sphinx/sphinx.conf
Expand Up @@ -325,7 +325,7 @@ for postcode_file in glob.glob('/data/input/postcodes-*.csv'):
if not m or not m.group(1):
continue
country_code = m.group(1)
catcmd = 'cat {}'.format(postcode_filename)
catcmd = 'cat {}'.format(postcode_file)
source_tmp = """
# /* --------------- PostCodes %(CC)s source --------------- */
# /* TSV source */
Expand Down

0 comments on commit 0f0fbb1

Please sign in to comment.