Skip to content

Commit a21ad85

Browse files
authored
docs(concepts): Fix the example to add .flox to Git (#283)
1 parent a6f979c commit a21ad85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/flox-vs-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ same environment.
267267
you can simply check this directory into source control.
268268

269269
```bash
270-
$ git add ./flox
270+
$ git add .flox
271271
$ git commit -m "Add Flox environment"
272272
$ git push
273273
```

0 commit comments

Comments
 (0)