Skip to content

Commit f19a13e

Browse files
authored
Use devbox.lock instead of Devbox.lock (#1127)
## Summary Minor copy change to use the correct file name. ## How was it tested? Manually read the content. Signed-off-by: Mike Nikles <[email protected]>
1 parent e3283a4 commit f19a13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/docs/guides/pinning_packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To add a specific version of a package with `<package_name>@<version>`. For exam
4646

4747
For packages that use semver, you can pin a range of versions for your project. For example, if you pin `python@3`, it will install the latest minor and patch version of `python >=3.0.0`. You can update to the newest package version that matches your criteria by running `devbox update`.
4848

49-
When you run a command that installs your packages (like `devbox shell` or `devbox install`), Devbox will generate a `Devbox.lock` file that contains the exact version and commit hash for your packages. You should check this file into source control to ensure that other developers will get the same environment.
49+
When you run a command that installs your packages (like `devbox shell` or `devbox install`), Devbox will generate a `devbox.lock` file that contains the exact version and commit hash for your packages. You should check this file into source control to ensure that other developers will get the same environment.
5050

5151
### Updating your packages
5252

0 commit comments

Comments
 (0)