Skip to content

Commit 0213cec

Browse files
committed
fix typo
1 parent 6d65f5c commit 0213cec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/vault_service.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def action_enable
9393
created_at = ::File.birthtime(path).strftime('%Y%m%d%H%M%S')
9494
new_path = "#{path}.#{created_at}"
9595
::FileUtils.mv(path, new_path)
96+
end
9697
link '/var/log/vault' do
9798
to ::File.join('/data', '/var/log/vault')
9899
action :create

0 commit comments

Comments
 (0)