about summary refs log tree commit homepage
path: root/lib/dtas/track.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dtas/track.rb')
-rw-r--r--lib/dtas/track.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dtas/track.rb b/lib/dtas/track.rb
index 35a00c1..3f4b813 100644
--- a/lib/dtas/track.rb
+++ b/lib/dtas/track.rb
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2016 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2015-2020 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 require_relative '../dtas'
@@ -9,6 +9,6 @@ class DTAS::Track # :nodoc:
 
   def initialize(track_id, path)
     @track_id = track_id
-    @to_path = path
+    @to_path = -path
   end
 end