Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Use correct shell variable in upload
* Use the correct shell variable "LABEL_ARGS" to pass the lable args to the `anaconda upload` command. - Amends PR #47 * Note that it is important that ${LABEL_ARGS} is NOT quoted during shell parameter expansion, else it will be treated as a file path to anaconda upload and not an argument. - e.g. This will trigger `File "--label main " does not exist` errors.
- Loading branch information