YoBatM commited on
Commit
e5aafbf
·
verified ·
1 Parent(s): 6a91596

Update load.sh

Browse files
Files changed (1) hide show
  1. load.sh +1 -1
load.sh CHANGED
@@ -11,7 +11,7 @@ archivo_salida=$2
11
 
12
  # Obtiene el contenido JSON desde la URL
13
  json=$(curl -s "$url_json")
14
-
15
  # Extrae el valor del campo 'file'
16
  file=$(echo "$json" | jq -r '.file')
17
 
 
11
 
12
  # Obtiene el contenido JSON desde la URL
13
  json=$(curl -s "$url_json")
14
+ echo "$json"
15
  # Extrae el valor del campo 'file'
16
  file=$(echo "$json" | jq -r '.file')
17