Skip to content

Commit

Permalink
update S3_proc.sh to work with dsget
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienWehrle committed Aug 16, 2024
1 parent 73c27fd commit 6db7025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S3_proc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ while [[ $# -gt 0 ]]; do
shift
;;
*) # unknown option
positional+=("$1") # save it in an array for later. Pass on to dhusget.sh
positional+=("$1") # save it in an array for later. Pass on to dsget.sh
shift
;;
esac
Expand Down

0 comments on commit 6db7025

Please sign in to comment.