diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-03-15 00:20:30 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-03-15 00:20:30 +0100 |
commit | 4283da83bd80d3f256106cc5d8798b4c4e8b388d (patch) | |
tree | 66130a464adeea908bfa04d751a38c61eda73c90 /gen | |
parent | 1761bc8a19e1da18bc9a6733185785d13aef6261 (diff) | |
download | kronika-4283da83bd80d3f256106cc5d8798b4c4e8b388d.tar.gz kronika-4283da83bd80d3f256106cc5d8798b4c4e8b388d.zip |
Fix syntax
Diffstat (limited to 'gen')
-rwxr-xr-x | gen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen b/gen index fbabfdf..71f5b4e 100755 --- a/gen +++ b/gen @@ -9,7 +9,7 @@ export PATH="$PWD/.jekyll-cache:$PATH" ./tools/compile -function post_link() { +post_link() { path=$1 title=$2 photo=$3 |