Skip to content

Commit d21553b

Browse files
authored
Fix typo in packaging-existing-software.md
fix "git glone..."
1 parent 61c5b0f commit d21553b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/packaging-existing-software.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ Only clone the latest revision if you don't want to wait a long time:
454454

455455
```console
456456
$ nix-shell -p git ripgrep
457-
[nix-shell:~]$ git glone https://github.com/NixOS/nixpkgs --depth 1
457+
[nix-shell:~]$ git clone https://github.com/NixOS/nixpkgs --depth 1
458458
```
459459

460460
To narrow down results, specify which subdirectory you want to search:

0 commit comments

Comments
 (0)