Skip to content
Snippets Groups Projects
Commit a42aa9c7 authored by Jonathan Seguin's avatar Jonathan Seguin
Browse files

Fix typo

parent 607af931
No related branches found
No related tags found
1 merge request!32Resolve "servlet for dataset file list to support use of download script"
......@@ -91,7 +91,7 @@ done
case "$action" in
"get")
dataset_id=$arg2
if [ -z "$dataset" ]; then
if [ -z "$dataset_id" ]; then
help
exit
fi
......
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