Commit c22d4e2e authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'docs-variables-fix-list' into 'master'

Fix a small mistake in variables doc

See merge request gitlab-org/gitlab!45350
parents b963e72d 0c8c042e
......@@ -686,8 +686,7 @@ Examples:
To check if a variable is defined but empty, compare it to:
- An empty string: `$VARIABLE == ''`
- A non-empty string `$VARIABLE != ""`
string `$VARIABLE != ""`.
- A non-empty string: `$VARIABLE != ""`
#### Comparing two variables
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment