summaryrefslogtreecommitdiffstats
path: root/src/dict.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dict.sh')
-rw-r--r--src/dict.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dict.sh b/src/dict.sh
index a1b88c9..5492504 100644
--- a/src/dict.sh
+++ b/src/dict.sh
@@ -48,7 +48,7 @@ dict::assoc() {
local -r value="$(echo "${2:-}" | dict::_escape_value)"
shift 2
- echo "$(echo "$input" | dict::dissoc "$key")${key}: ${value}\n" | dict::assoc "$@"
+ echo "$(echo "$input" | dict::dissoc "$key")${key}: ${value}\n" | dict::assoc "$@"
}
dict::get() {