Skip to content

Commit

Permalink
Fixed typo that was breaking CI
Browse files Browse the repository at this point in the history
Signed-off-by: nicklesimba <[email protected]>
  • Loading branch information
nicklesimba committed Jul 11, 2022
1 parent 204387c commit 589c82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/install-cni.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ EOF
{
"datastore": "kubernetes",
"kubernetes": {
"kubeconfig": "\${WHEREABOUTS_KUBECONFIG_LITERAL}"
"kubeconfig": "${WHEREABOUTS_KUBECONFIG_LITERAL}"
},
"reconciler_cron_expression": "30 4 * * *"
}
Expand Down

0 comments on commit 589c82f

Please sign in to comment.