last_msg=

in lib/between_meals/repo/git.rb [63:71]


      def last_msg=(msg)
        @repo.head.target.amend(
          {
            :message => msg,
            :update_ref => 'HEAD',
          },
        )
      end