Skip to content

Commit cf2d24f

Browse files
committed
Corrects language of code snippet.
1 parent dd5b127 commit cf2d24f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/locker/repository/File/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Your .env.local.php file should look something like this.
1313

1414
If you're migrating from another file repository (i.e. "Rackspace"), you'll need to run the command below.
1515

16-
```sh
16+
```shell
1717
php artisan ll:file-repo Local -f Rackspace
1818
```
1919

@@ -35,7 +35,7 @@ Your .env.local.php file should look something like this.
3535

3636
If you're migrating from another file repository (i.e. "Local"), you'll need to run the command below.
3737

38-
```sh
38+
```shell
3939
php artisan ll:file-repo Rackspace -f Local
4040
```
4141

0 commit comments

Comments
 (0)