diff options
author | Slack Coder <slackcoder@server.ky> | 2025-02-20 18:57:52 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2025-02-20 18:57:52 -0500 |
commit | a70f3033ba85e4553a9e642e3059a8104daf02b5 (patch) | |
tree | a08bbc18f1217b4c5b61f555aac91e89ed6c8f2b | |
parent | b38ab95e21d572cc0798fee0505c009a6b7587b6 (diff) | |
download | sbotools2-a70f3033ba85e4553a9e642e3059a8104daf02b5.tar.xz |
Correct typo in example config
-rw-r--r-- | etc/sbotools.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sbotools.conf b/etc/sbotools.conf index 8f7d430..8b1c99b 100644 --- a/etc/sbotools.conf +++ b/etc/sbotools.conf @@ -4,7 +4,7 @@ # DISTCLEAN can be FALSE or TRUE. # DISTCLEAN=TRUE -# FALLBACK_SOURCE_ARCHIVE can be FALSE or a URL. +# FALLBACK_ARCHIVE can be FALSE or a URL. # FALLBACK_ARCHIVE=ftp://slackware.uk/sbosrcarch # JOBS can be FALSE or a number. |