From fb627873c2b9df6dc740ad3c4ce1b8ff6c5ecdab Mon Sep 17 00:00:00 2001 From: Shaun McDonald Date: Sat, 8 Nov 2008 12:16:42 +0000 Subject: [PATCH] fixing one cmd that was missed in the resync --- db/migrate/018_populate_node_tags_and_remove.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/018_populate_node_tags_and_remove.rb b/db/migrate/018_populate_node_tags_and_remove.rb index f10bf16d2..2a3f3c988 100644 --- a/db/migrate/018_populate_node_tags_and_remove.rb +++ b/db/migrate/018_populate_node_tags_and_remove.rb @@ -5,7 +5,7 @@ class PopulateNodeTagsAndRemove < ActiveRecord::Migration if have_nodes prefix = File.join Dir.tmpdir, "017_populate_node_tags_and_remove.#{$$}." - cmd = "db/migrate/017_populate_node_tags_and_remove_helper" + cmd = "db/migrate/018_populate_node_tags_and_remove_helper" src = "#{cmd}.c" if not File.exists? cmd or File.mtime(cmd) < File.mtime(src) then system 'cc -O3 -Wall `mysql_config --cflags --libs` ' + -- 2.43.2