Skip to content

Commit

Permalink
Allow -l to pass thru to the yadm config command
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLocehiliosan committed Nov 3, 2019
1 parent f5287f1 commit 5a802c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yadm
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ function main() {
;;
-l) # used by decrypt()
DO_LIST="YES"
[ "$YADM_COMMAND" = "config" ] && YADM_ARGS+=("$1")
;;
-w) # used by init() and clone()
if [[ ! "$2" =~ ^/ ]] ; then
Expand Down

0 comments on commit 5a802c8

Please sign in to comment.