Skip to content

Commit

Permalink
fix variable default
Browse files Browse the repository at this point in the history
  • Loading branch information
brousalis committed Nov 10, 2015
1 parent 343b9ab commit ad70eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rolodex/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rolodex
VERSION = "2.0.4"
VERSION = "2.0.5"
end
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ $i-transparent: .65;

// Image Path

$image-path: '/images';
$image-path: "/images" !default;

0 comments on commit ad70eac

Please sign in to comment.