Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Sep 28, 2023
1 parent 38085ef commit 8cdc1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/actions/get-configuration/20read
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ for file in glob.iglob("imapsync/*.env"):

if key == 'delete' and value == '--delete2':
value == 'enabled'
elif key == 'delete' and value == '--delete2':
elif key == 'delete' and value == '':
value == 'disabled'

obj.update({key:value})
Expand Down

0 comments on commit 8cdc1f1

Please sign in to comment.