rename changes to actions
[MojoFacets.git] / lib / MojoFacets.pm
index e68fde8..9a5b315 100644 (file)
@@ -28,7 +28,7 @@ sub save_tx {
                                $time = $time_travel;
                        }
 
-                       my $path = '/tmp/changes/';
+                       my $path = '/tmp/actions/';
                        mkdir $path unless -e $path;
                        $path .= sprintf '%.4f.%s', $time, join('.', @$parts);