From fcec5f0da842451b6a0f0a0d905f5a87bcd0412f Mon Sep 17 00:00:00 2001 From: ryankupk Date: Fri, 29 Mar 2024 18:55:51 -0600 Subject: [PATCH] Correct minor typo in help text --- installer/client/cli/fabric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/client/cli/fabric.py b/installer/client/cli/fabric.py index 8c7772b..0468e95 100755 --- a/installer/client/cli/fabric.py +++ b/installer/client/cli/fabric.py @@ -53,7 +53,7 @@ def main(): "--listmodels", help="List all available models", action="store_true" ) parser.add_argument('--remoteOllamaServer', - help='The URL of the remote ollamaserver to use. ONLY USE THIS if you are using a local ollama server in an non-deault location or port') + help='The URL of the remote ollamaserver to use. ONLY USE THIS if you are using a local ollama server in an non-default location or port') parser.add_argument('--context', '-c', help="Use Context file (context.md) to add context to your pattern", action="store_true")