Skip to content

Commit 4d600a1

Browse files
authored
fix bug in list assignment (#16)
1 parent 4742229 commit 4d600a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/011-bash-loops.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Example:
1818
```bash
1919
#!/bin/bash
2020

21-
users="devdojo, bobby, tony"
21+
users="devdojo bobby tony"
2222

2323
for user in ${users}
2424
do

0 commit comments

Comments
 (0)