summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMax Illfelder <illfelder@users.noreply.github.com>2019-03-13 09:30:32 -0700
committerGitHub <noreply@github.com>2019-03-13 09:30:32 -0700
commita4ca9dae2c7d02a425b16813590934a030a5fe0c (patch)
treea98b469ef0c6b9c4e65458d9b925a4bbe1901523 /packages
parentcd61c5ab66232d4a0a1cdd2117258d008aee7c34 (diff)
downloadgoogle-compute-image-packages-a4ca9dae2c7d02a425b16813590934a030a5fe0c.tar.gz
Fix the action name to match the backend API. (#744)
Diffstat (limited to 'packages')
-rw-r--r--packages/google-compute-engine-oslogin/utils/oslogin_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/google-compute-engine-oslogin/utils/oslogin_utils.cc b/packages/google-compute-engine-oslogin/utils/oslogin_utils.cc
index 819bd30..6677a19 100644
--- a/packages/google-compute-engine-oslogin/utils/oslogin_utils.cc
+++ b/packages/google-compute-engine-oslogin/utils/oslogin_utils.cc
@@ -632,7 +632,7 @@ bool ContinueSession(const string& email, const string& user_token,
if (challenge.status != "READY") {
json_object_object_add(jobj, "action",
- json_object_new_string("startAlternate"));
+ json_object_new_string("START_ALTERNATE"));
}
const char* data = NULL;