Skip to content

Commit

Permalink
Fix typo in dspace-convert-to-dev.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
abelgomez committed May 17, 2024
1 parent 2e4a7eb commit 59552ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utility-scripts/dspace-convert-to-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ curl --silent \
--dump-header $headers \
'http://localhost:8080/dspace.server/api/'

token=$(csfr_token DSPACE-XSRF-TOKEN)
token=$(get_header DSPACE-XSRF-TOKEN)

curl --silent \
--output /dev/null \
Expand Down

0 comments on commit 59552ae

Please sign in to comment.