Skip to content

Commit

Permalink
Update config.plist-basics.md
Browse files Browse the repository at this point in the history
  • Loading branch information
corpnewt authored Feb 1, 2019
1 parent 1463722 commit f472909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.plist-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This will output `External` on the next line. We use the `&& echo` to output a n

You can also convert from ASCII to base64 \(handy for working with ACPI renames - more about that later\) with the following in Terminal.app:

`echo External | base64`
`echo -n External | base64`

This will spit out `RXh0ZXJuYWw=` which is exactly what we'd expect.

Expand Down

0 comments on commit f472909

Please sign in to comment.