diff --git a/applications/alfred-helper.sh b/applications/alfred-helper.sh index 28208f7..ce3ba79 100644 --- a/applications/alfred-helper.sh +++ b/applications/alfred-helper.sh @@ -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" diff --git a/applications/get_alfred_preferences_path.rb b/applications/alfred_preferences_path.rb similarity index 100% rename from applications/get_alfred_preferences_path.rb rename to applications/alfred_preferences_path.rb