Commit 96dc3a68ea64c1d7495660e485490482cd27124b

Authored by Jacob Vosmaer
1 parent 0354fc52

Fix syntax error in gitlab-rails.rb

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/software/gitlab-rails.rb
... ... @@ -83,7 +83,7 @@ build do
83 83 # Because db/schema.rb is modified by `rake db:migrate` after installation,
84 84 # keep a copy of schema.rb around in case we need it. (I am looking at you,
85 85 # mysql-postgresql-converter.)
86   - cp "db/schema.rb db/schema.rb.bundled"
  86 + command "cp db/schema.rb db/schema.rb.bundled"
87 87  
88 88 command "mkdir -p #{install_dir}/embedded/service/gitlab-rails"
89 89 command "#{install_dir}/embedded/bin/rsync -a --delete --exclude=.git/*** --exclude=.gitignore ./ #{install_dir}/embedded/service/gitlab-rails/"
... ...