Skip to content

Commit 128a5e2

Browse files
committed
refactor(alfred): move get_alfred_preferences_path.rb bash functions to alfred_preferences_path.rb
1 parent 299a780 commit 128a5e2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

applications/alfred-helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
alfred_preferences_path=$(ruby "./applications/get_alfred_preferences_path.rb")
1+
alfred_preferences_path=$(ruby "./applications/alfred_preferences_path.rb")
22
alfred_preferences_path="$(eval echo $alfred_preferences_path)" # Strip ""
33

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

0 commit comments

Comments
 (0)