Skip to content

Commit

Permalink
Fixed typo (missing quote)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weichert committed Mar 29, 2024
1 parent 95db531 commit 87ee278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch-packages/client/clipboard-sync-client.install
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
post_install() {
echo "Enabling and starting clipboard-sync-client.service"
systemctl daemon-reload
echo "To enable the clipboard-sync-client service, run: 'systemctl --user enable clipboard-sync-client.service'
echo "To enable the clipboard-sync-client service, run: 'systemctl --user enable clipboard-sync-client.service'"
}

post_upgrade() {
Expand Down

0 comments on commit 87ee278

Please sign in to comment.