Skip to content

Commit ebc4369

Browse files
author
Anno Langen
committed
Use ANSI-C Quoting, because example failed on MacOs.
1 parent 5e77279 commit ebc4369

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ftapi/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h3>Installation</h3>
8181
process it like so:
8282
<pre>
8383
cat $(ls -t ~/Downloads/client_secret*.json | head -1) \
84-
| sed -e 's/[{},]/\n/g' -e 's/":"/=/g' -e 's/"//g' \
84+
| sed -e $'s/[{},]/\\\n/g' -e 's/":"/=/g' -e 's/"//g' \
8585
| sed -e 's/client_id/CLIENT_ID/' -e 's/client_secret/CLIENT_SECRET/' \
8686
| grep CLIENT_ > credentials.sh
8787
</pre>

ftapi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ OAuth credentials so that it can access Fusion Table data on your behalf.
3131
process it like so:
3232

3333
<pre>cat $(ls -t ~/Downloads/client_secret*.json | head -1) \
34-
| sed -e 's/[{},]/\n/g' -e 's/":"/=/g' -e 's/"//g' \
34+
| sed -e $'s/[{},]/\\\n/g' -e 's/":"/=/g' -e 's/"//g' \
3535
| sed -e 's/client_id/CLIENT_ID/' -e 's/client_secret/CLIENT_SECRET/' \
3636
| grep CLIENT_ > credentials.sh
3737
</pre>

0 commit comments

Comments
 (0)