Skip to content

Commit

Permalink
Move GIT_REPO_DIRECTORY constant from MiqAeDatastore to GitRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Apr 22, 2019
1 parent 34ca401 commit 50555cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/miq_ae_datastore.rb
Expand Up @@ -4,7 +4,6 @@ module MiqAeDatastore
MANAGEIQ_DOMAIN = "ManageIQ"
MANAGEIQ_PRIORITY = 0
DATASTORE_DIRECTORY = Rails.root.join('db/fixtures/ae_datastore')
GIT_REPO_DIRECTORY = Rails.root.join('data/git_repos')
DEFAULT_OBJECT_NAMESPACE = "$"
TEMP_DOMAIN_PREFIX = "TEMP_DOMAIN"
ALL_DOMAINS = "*"
Expand Down

0 comments on commit 50555cd

Please sign in to comment.