We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce1f5f3 commit e2bbc27Copy full SHA for e2bbc27
unix-shell-script-kit
@@ -33,9 +33,9 @@
33
# ## Tracking
34
#
35
# * Package: unix-shell-script-kit
36
-# * Version: 12.1.0
+# * Version: 12.1.1
37
# * Created: 2017-08-22T00:00:00Z
38
-# * Updated: 2023-04-15T05:45:49Z
+# * Updated: 2023-08-21T18:37:56Z
39
# * License: GPL-2.0 or GPL-3.0 or contact us for more
40
# * Website: https://github.com/sixarm/unix-shell-script-kit
41
# * Contact: Joel Parker Henderson ([email protected])
@@ -1553,7 +1553,7 @@ assert_empty() {
1553
# STDERR=> assert_not_empty
1554
# ```
1555
assert_not_empty() {
1556
- [ -z "$1" ] || err assert_empty "$@"
+ [ -z "$1" ] || err assert_not_empty "$@"
1557
}
1558
1559
# assert_int_eq: assert an integer is equal to another integer.
0 commit comments