Skip to content

Commit

Permalink
Fix formatting of file path (missing reset).
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Dec 8, 2023
1 parent 9aa6537 commit 5e9ccb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sus/file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def self.build(parent, path)
end

def print(output)
output.write("file ", :path, self.identity)
output.write("file ", :path, self.identity, :reset)
end
end

Expand Down

0 comments on commit 5e9ccb1

Please sign in to comment.