Skip to content

Commit

Permalink
refactor(alfred): move get_alfred_preferences_path.rb bash functions …
Browse files Browse the repository at this point in the history
…to alfred_preferences_path.rb
  • Loading branch information
willbchang committed Sep 4, 2020
1 parent 299a780 commit 128a5e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/alfred-helper.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
alfred_preferences_path=$(ruby "./applications/get_alfred_preferences_path.rb")
alfred_preferences_path=$(ruby "./applications/alfred_preferences_path.rb")
alfred_preferences_path="$(eval echo $alfred_preferences_path)" # Strip ""

default_results="${alfred_preferences_path}/preferences/features/defaultresults/prefs.plist"
Expand Down
File renamed without changes.

0 comments on commit 128a5e2

Please sign in to comment.