diff options
author | Igor D.C <igor.duarte.cardoso@intel.com> | 2020-10-01 00:18:45 +0000 |
---|---|---|
committer | Igor D.C <igor.duarte.cardoso@intel.com> | 2020-10-01 00:21:35 +0000 |
commit | 5e114cd8a05986b7762fb9db22a43d61bb9fe00e (patch) | |
tree | 68745ad8ad05aab6cdc372f0aac19a54ca931b21 /src/rsync/pkg/context/context.go | |
parent | d985f31655090d86e0536e35b60966d4f0f0bf57 (diff) |
Fix arg mismatch in GetLogicalCloudContext
The previous commits were merged in the wrong order, which caused a bad
3-way merge resulting in the arg mismatch as witnessed below:
k8s/src/dcm/pkg/modulepkg/module/cluster.go:263:57: not enough arguments
in call to lcClient.GetLogicalCloudContext
have (string)
want (string, string)
Makefile:13: recipe for target 'all' failed
make: *** [all] Error 2
The CI merge job doesn't run tests before merging, so this slipped in.
Issue-ID: MULTICLOUD-1143
Change-Id: I0168345af6bac7886cba32d958f241687ab24a81
Signed-off-by: Igor D.C <igor.duarte.cardoso@intel.com>
Diffstat (limited to 'src/rsync/pkg/context/context.go')
0 files changed, 0 insertions, 0 deletions