Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
trwbox authored Jun 14, 2022
1 parent bf3a5e6 commit 9c7ff4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ main() {
eval $(awk '/\[build.environment\]/{flag=1;next}/^\s*$/{flag=0} {if (flag && $1 != "#" && $1 != "") {printf("export %s=", $1)} if (flag && $1 != "#" && $1 != "") for(i=3; i<=NF; i++) if(i==NF) {printf("%s\n", $i)} else printf("%s ", $i)}' __obsidian/netlify.toml | sed 's/\r$//')

# Clone the main repo
git clone https://github.com/ppeetteerrs/obsidian-zola.git __site
git clone https://github.com/trwbox/obsidian-zola.git __site

# Do the things from run.sh
echo "Moving zola to build"
Expand Down

0 comments on commit 9c7ff4e

Please sign in to comment.