Update comment of ubuntu.rake. #9

Merged
kazu634 merged 1 commits from update-ubuntu-rake into main 2024-03-31 11:10:42 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env rake #!/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 task :ubuntu do
node = `ls -1 nodes/*.json | xargs -I % basename % .json | fzf` node = `ls -1 nodes/*.json | xargs -I % basename % .json | fzf`
node.chomp! node.chomp!