Skip to content

Commit

Permalink
fixed "omit numbers" from slide name bug
Browse files Browse the repository at this point in the history
Massive typo, thus indicating that I didn't even
manually test this feature.  Yay on me.

Closes binford2k#45
  • Loading branch information
Dave Copeland committed Sep 22, 2010
1 parent e7e8c92 commit 13e451f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/showoff
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ command [:add,:new] do |c|
ShowOffUtils.add_slide(:dir => options[:d],
:name => options[:n],
:title => title,
:number => !options[:m],
:number => !options[:u],
:code => options[:s],
:type => options[:t])
end
Expand Down

0 comments on commit 13e451f

Please sign in to comment.