Merge pull request 'Update comment of `ubuntu.rake`.' (#9) from update-ubuntu-rake into main

Reviewed-on: #9
This commit is contained in:
Kazuhiro MUSASHI 2024-03-31 11:10:41 +00:00
commit d5a5f4044b
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!