Skip to content

Commit 6abced5

Browse files
committed
update env_var example
1 parent 7c6e712 commit 6abced5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

examples/environment-variables/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ $ bashly generate
1414
$ bashly generate
1515
```
1616

17-
<!-- include: src/verify_command.sh -->
18-
1917
-----
2018

2119
## `bashly.yml`
@@ -59,15 +57,6 @@ commands:
5957
default: development
6058
````
6159

62-
## `src/verify_command.sh`
63-
64-
````bash
65-
echo "# this file is located in 'src/verify_command.sh'"
66-
echo "# code for 'cli verify' goes here"
67-
echo "# you can edit it freely and regenerate (it will not be overwritten)"
68-
inspect_args
69-
70-
````
7160

7261

7362
## Output

0 commit comments

Comments
 (0)