We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8899d7c commit 2078aa4Copy full SHA for 2078aa4
examples/custom-script-header/README.md
@@ -52,11 +52,12 @@ examples:
52
53
some_condition=true
54
55
-if [[ some_condition ]]; then
+if [ "$some_condition" = true ]; then
56
echo "Some condition was met, aborting"
57
exit
58
fi
59
60
+
61
```
62
63
examples/custom-script-header/src/header.sh
@@ -6,7 +6,7 @@
6
7
8
9
10
11
12
0 commit comments