Skip to content

Commit

Permalink
fix config loader
Browse files Browse the repository at this point in the history
  • Loading branch information
nkvuong committed Feb 26, 2024
1 parent c09e4c4 commit 6080b56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acceptance/shim.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version = 'v0.1.1';
const version = 'v0.1.3';

const { createWriteStream, chmodSync } = require('fs');
const { createGunzip } = require('zlib');
Expand Down
2 changes: 1 addition & 1 deletion acceptance/testenv/loaded.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (l *loadedEnv) metadataServer(seed *config.Config) *httptest.Server {
configurations := map[string]*config.Config{
seed.CanonicalHostName(): seed,
accountHost: {
Loaders: []config.Loader{config.ConfigFile},
Loaders: []config.Loader{l},
Host: accountHost,
AccountID: seed.AccountID,
Credentials: l.v.creds,
Expand Down

0 comments on commit 6080b56

Please sign in to comment.