Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit e58d856

Browse files
authored
Revert "cmd/services: use ${HOME} instead of ~"
1 parent bb55510 commit e58d856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/services.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Services < AbstractCommand
2525
Linux's `systemctl`(1) service manager.
2626
2727
If `sudo` is passed, operate on `/Library/LaunchDaemons` or `/usr/lib/systemd/system` (started at boot).
28-
Otherwise, operate on `${HOME}/Library/LaunchAgents` or `${HOME}/.config/systemd/user` (started at login).
28+
Otherwise, operate on `~/Library/LaunchAgents` or `~/.config/systemd/user` (started at login).
2929
3030
[`sudo`] `brew services` [`list`] (`--json`) (`--debug`):
3131
List information about all managed services for the current user (or root).

0 commit comments

Comments
 (0)