Skip to content

Commit 1ab51a1

Browse files
committed
fix typo
1 parent 666186c commit 1ab51a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/systemd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This unit file allows you to automatically start gitforgefs as a systemd unit.
55
2. Copy **[email protected]** into **$HOME/.config/systemd/user**. Create the folder if it does not exists.
66
``` sh
77
mkdir -p $HOME/.config/systemd/user
8-
curl -o $HOME/.config/systemd/user/[email protected] https://raw.githubusercontent.com/badjware/gitlabfs/dev/contrib/systemd/gitforgefs%40.service
8+
curl -o $HOME/.config/systemd/user/[email protected] https://raw.githubusercontent.com/badjware/gitforgefs/dev/contrib/systemd/gitforgefs%40.service
99
```
1010
3. Reload systemd: `systemctl --user daemon-reload`
1111

contrib/systemd/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Unit]
2-
Description=FUSE filesystem for gitlab groups and projects (%i)
2+
Description=A FUSE filesystem to automatically organize git reposistories from a git forge (%i)
33
Wants=network-online.target
44
After=network-online.target
55

0 commit comments

Comments
 (0)