Skip to content

Commit

Permalink
Use explicit "-i zng" in "zed load" (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored May 16, 2023
1 parent 2e89296 commit 34d7825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ for pool_ksuid in $ksuid_glob; do
continue
fi

zed -lake "$dst_dir" load -q -use "$pool_name" "$prior_zng"
zed -lake "$dst_dir" load -i zng -q -use "$pool_name" "$prior_zng"
new_zng=$(mktemp)
zed -lake "$dst_dir" -use "$pool_name" query '*' > "$new_zng"
if ! cmp -s "$prior_zng" "$new_zng"; then
Expand Down

0 comments on commit 34d7825

Please sign in to comment.