Skip to content

Commit

Permalink
Update konfig
Browse files Browse the repository at this point in the history
Co-authored-by: Cornelius Weig <[email protected]>
  • Loading branch information
yujunz and corneliusweig authored Sep 14, 2020
1 parent 4e846c9 commit 1d03dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion konfig
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ import_ctx() {
if [[ -z "$out" ]]; then
merge "$arg" "$tmpcfg" "$@"
else
merge "$arg" "$tmpcfg" $@ > "$out"
merge "$arg" "$tmpcfg" "$@" > "$out"
fi
}

Expand Down

0 comments on commit 1d03dc9

Please sign in to comment.