Update comment of `ubuntu.rake`.

This commit is contained in:
Kazuhiro MUSASHI 2024-03-31 20:09:40 +09:00
parent 7920ed2423
commit c52b9cac6a
1 changed files with 1 additions and 1 deletions

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!