Fix bad image URL
This commit is contained in:
parent
b536977c22
commit
36c1aa8281
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
version="0.1.0"
|
version="0.1.1"
|
||||||
script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||||
tmp_dir="$(mktemp -d --suffix=-web)"
|
tmp_dir="$(mktemp -d --suffix=-web)"
|
||||||
cleanup () { rm -Rfv "$tmp_dir"; }
|
cleanup () { rm -Rfv "$tmp_dir"; }
|
||||||
|
|
|
@ -11,7 +11,7 @@ math:
|
||||||
enable: true
|
enable: true
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Bakgrund
|
## Bakgrund
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue