diff options
| author | Max Bossing <info@maxbossing.de> | 2025-07-17 12:35:28 +0200 |
|---|---|---|
| committer | Max Bossing <info@maxbossing.de> | 2025-07-17 12:35:28 +0200 |
| commit | 2ab8acf844971fba527a24945697235f2aca4231 (patch) | |
| tree | f72f126b2ebb0040052ca520151f1f5be935c7db | |
| parent | 86d1242dbdf10f192bb2950f3aea2674e43c9663 (diff) | |
wrong casing on the arg
| -rw-r--r-- | fish/config.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/config.fish b/fish/config.fish index c3069a4..dc13d20 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -55,7 +55,7 @@ end function serve set --function port $argv[1] set --function path $argv[2] - python3 -m http.server -D "$path" port + python3 -m http.server -d "$path" port end clear |
