Fixed a typo
Change-Id: I438304260e9253b886723328d744a9d4b95e4a5c
diff --git a/jjb/shell/github-release.sh b/jjb/shell/github-release.sh
index 88f358a..f2e55b4 100755
--- a/jjb/shell/github-release.sh
+++ b/jjb/shell/github-release.sh
@@ -530,10 +530,11 @@
get_release_dir work
## Flatten filesystem, should we recurse here to release subdirs ?
- # cp $(which ls) "$work"
+ #cp $(which ls) "$work"
# readarray -t arts < <(find "$artifact_glob" -type f)
- readarray -t arts < <(find "$work" -type f)
- declare -p args
+ readarray -t artifacts < <(find "$work" -type f)
+ func_echo "$(declare -p artifacts)"
+
# [[ ${#arts[@]} -eq 0 ]] && error "Artifact dir is empty, check for build failures in $artifact_glob"
# Copy artifacts into the release temp dir