Skip to content

Commit

Permalink
Fixed the Python program line in the launch agent plist
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed May 31, 2020
1 parent 9952389 commit a328d09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.0.1 (2020-05-30)

* Fixed the Python program line in the launch agent plist

## 2.0.0 (2020-05-18)

* Rewrote the script in Python.
Expand Down
2 changes: 1 addition & 1 deletion src/local.githubArchive.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<dict>
<key>Label</key>
<string>local.githubArchive.plist</string>
<key>Program</key>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/python3</string>
<string>/path/to/github_archive.py</string>
Expand Down

0 comments on commit a328d09

Please sign in to comment.