Skip to content

Commit 513cef6

Browse files
committed
fix -e option
1 parent daa9f10 commit 513cef6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: bucketsync

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ def read_env env_file
4949
if elements[elem]
5050
value = rows.last.try(:strip)
5151
next unless value
52-
value.gsub!('"', '').gsub!('\'', '')
53-
elements[elem] = value
52+
elements[elem] = value.gsub('"', '').gsub('\'', '')
5453
end
5554
end
5655
end

0 commit comments

Comments
 (0)