Skip to content

Commit

Permalink
Fix for loading env.CONFIG_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
dolan-a committed Feb 26, 2024
1 parent bfca028 commit acfe811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/deploymentConfig.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const yaml = require('js-yaml')
const fs = require('fs')
const env = require('./env')

/**
* Class representing a deployment config.
Expand Down

0 comments on commit acfe811

Please sign in to comment.