Skip to content

Commit

Permalink
fix: correct method typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xkshitizx committed Oct 15, 2024
1 parent caaf8d6 commit 26c8888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/miti/cli/next.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def current_month_last_description
end

def days_left
NepaliDate::Difference.new(next_month_first, current_date).difference[:days]
NepaliDate::Difference.new(next_month_first, current_date).differentiate[:days]
end

def next_month_first
Expand Down

0 comments on commit 26c8888

Please sign in to comment.