Update comment of ubuntu.rake.

This commit is contained in:
Kazuhiro MUSASHI 2024-03-31 20:09:40 +09:00
parent 7849a98cba
commit aac5e55916

View File

@ -1,6 +1,6 @@
#!/usr/bin/env rake
desc 'Invoke itamae command for the first time'
desc 'Invoke itamae command for AWS Environment for the first time'
task :ubuntu do
node = `ls -1 nodes/*.json | xargs -I % basename % .json | fzf`
node.chomp!