Skip to content

Commit

Permalink
chore: changes for df
Browse files Browse the repository at this point in the history
  • Loading branch information
moxvallix committed Dec 12, 2023
1 parent 7904cef commit e52d332
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lago_utils/lago_utils/license.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module LagoUtils
class License
def initialize(url)
@url = url
@premium = false
@premium = true
end

def verify
Expand Down
2 changes: 2 additions & 0 deletions scripts/start.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

bundle

if [ "$RAILS_ENV" == "staging" ]
then
bundle exec rake db:prepare
Expand Down

0 comments on commit e52d332

Please sign in to comment.