Skip to content

Commit d7cec0b

Browse files
authored
Merge pull request #660 from theklaloizou/wrapper_base_expansion
Adding wrapper_base to allowed_envars
2 parents 21370ba + efa3595 commit d7cec0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shpc/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
)
1919

2020
# variables in settings that allow environment variable expansion
21-
allowed_envars = ["container_base", "module_base", "views_base", "registry"]
21+
allowed_envars = ["container_base", "module_base", "views_base", "wrapper_base", "registry"]
2222

2323
# The default GitHub registry with recipes (for docgen)
2424
github_url = "https://github.com/singularityhub/shpc-registry"

0 commit comments

Comments
 (0)