Skip to content

Commit

Permalink
Switch get_dynaconf_var to use dynaconf get
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
gerrod3 committed Mar 19, 2024
1 parent 2ad9fe3 commit b32ae5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/container_scripts/get_dynaconf_var.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dynaconf list | grep -F "$1" | awk '{print $2}' | tr -d "'"
dynaconf get $1

0 comments on commit b32ae5d

Please sign in to comment.