Skip to content

Commit

Permalink
comment to escape quotes around header
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Dec 4, 2024
1 parent c9fe1ed commit c60496f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ site.ignore("*.DS_Store");
site.ignore("archive");

// Prepare script to get holidays from dbflex
// Escape the double quotes around the auth header
site.script("getholidays", "cd src/_data && curl -H \"Authorization: Bearer ${API_KEY_01}\" https://pro.dbflex.net/secure/api/v2/15331/Work%20Holiday/API%20Holidays%20Today%20or%20Later/select.json -o futureholidays.json");

// Prepare script to copy the generated readme to the repo root
Expand Down

0 comments on commit c60496f

Please sign in to comment.