Skip to content

Commit f6f68d9

Browse files
committed
WIP
1 parent 3813db6 commit f6f68d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class SetupScript
120120

121121
if Dir.exist?(folder_path) && File.exist?(gemfile_path)
122122
Dir.chdir(folder_path) do
123-
puts " Installing dependencies for #{Pathname(folder).realpath}..."
123+
puts " Installing dependencies for #{folder_path}..."
124124
unless system('bundle install')
125125
puts "❌ Bundle install failed for #{folder}"
126126
exit 1

0 commit comments

Comments
 (0)