fix typo: fstab -> mount

This commit is contained in:
Kazuhiro MUSASHI 2019-11-05 23:15:14 +08:00
parent 99136245c4
commit 6cfb4cdccf
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ file '/etc/fstab' do
not_if 'grep /var/www/blog /etc/fstab'
notifies :run, 'execute[fstab -a]'
notifies :run, 'execute[mount -a]'
end
execute 'mount -a' do