Skip to content
Snippets Groups Projects
Commit fcc4941a authored by Michael Davis's avatar Michael Davis
Browse files

[ci] Updates --fidfile to --fxidfile

parent f03eab31
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ nsls_tapes()
# 1. Query EOS namespace to get a list of file IDs
# 2. Pipe to "tape ls" to get the list of tapes where those files are archived
eos root://${EOSINSTANCE} find --fid ${EOS_DIR} |\
admin_cta --json tape ls --fidfile /dev/stdin |\
admin_cta --json tape ls --fxidfile /dev/stdin |\
jq '.[] | .vid' | sed 's/"//g'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment