We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1786aae commit 62cdd0eCopy full SHA for 62cdd0e
content/004-bash-variables.md
@@ -58,7 +58,7 @@ Here is a rundown of the script:
58
59
* `#!/bin/bash` - first, we specified our shebang
60
* `name=DevDojo` - then we defined a variable called `name` and assigned a value to it
61
-* `echo "Hi there $name" - finally we output the content of the variable on the screen by using `echo`
+* `echo "Hi there $name"` - finally we output the content of the variable on the screen by using `echo`
62
63
You can also add multiple variables:
64
0 commit comments