Skip to content
Snippets Groups Projects

Fix: gdk-reconfigure fails when symlink for .ruby-version file exists

Merged Rubén Dávila requested to merge fix-symlink-ruby-version into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -145,7 +145,7 @@ foreman:
command -v $@ > /dev/null || gem install $@
.ruby-version:
ln -s ${gitlab_development_root}/gitlab/.ruby-version $@
ln -nfs ${gitlab_development_root}/gitlab/.ruby-version $@
localhost.crt: localhost.key
Loading