Skip to content

Commit

Permalink
Renamed head(branch) to head(tag)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Rashkovskii committed May 26, 2008
1 parent 9894d45 commit 3ee795c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/strokedb/stores/file_storage.rb
@@ -1,6 +1,6 @@
module StrokeDB

def self.head(branch="master")
def self.head(tag="master")
Util.sha1_uuid(branch).to_raw_uuid
end

Expand Down

0 comments on commit 3ee795c

Please sign in to comment.