aboutsummaryrefslogtreecommitdiff
path: root/docs/ssync-fetch.1
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2025-12-13 23:50:51 -0500
committerSteph Enders <steph@senders.io>2025-12-13 23:54:06 -0500
commit21424b25438059a39dcdcd94ea31b6746e5c69d2 (patch)
treecfcaf198103276b1ab04ab096fb6dddb300656ca /docs/ssync-fetch.1
parent9e143acfdfc9e69997d46c71cc52a0947d572a2c (diff)
Initial work on making scripts work in non-bash envs
Replace function defs with dash legal function syntax: function fn { } -> fn() { }
Diffstat (limited to 'docs/ssync-fetch.1')
-rw-r--r--docs/ssync-fetch.12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ssync-fetch.1 b/docs/ssync-fetch.1
index 643300a..3b0a2e4 100644
--- a/docs/ssync-fetch.1
+++ b/docs/ssync-fetch.1
@@ -44,4 +44,4 @@ unless a host alias is set in the users
Steph Enders
.MT steph@senders.io
.ME
-ssync-fetch is open source licensed under the ISC license. See LICENSE.txt for full copyright information.
+ssync-fetch is open source licensed under the ISC license. See LICENSE for full copyright information.