summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-11-05 19:49:34 +0900
committerShinya Maeda <shinya@gitlab.com>2017-11-05 19:49:34 +0900
commiteba27fe022562e6e5cdae81a08addff6ec152826 (patch)
tree93af69956dd3eebcbffd0876183ddbc984f22bb1
parentb737282ac7fc127f6132815437bcc5a464101fd2 (diff)
downloadgitlab-ce-eba27fe022562e6e5cdae81a08addff6ec152826.tar.gz
Fix statis analysys
-rw-r--r--db/post_migrate/20171013104327_migrate_gcp_clusters_to_new_clusters_architectures.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20171013104327_migrate_gcp_clusters_to_new_clusters_architectures.rb b/db/post_migrate/20171013104327_migrate_gcp_clusters_to_new_clusters_architectures.rb
index 7b8b8d703a2..4758c694563 100644
--- a/db/post_migrate/20171013104327_migrate_gcp_clusters_to_new_clusters_architectures.rb
+++ b/db/post_migrate/20171013104327_migrate_gcp_clusters_to_new_clusters_architectures.rb
@@ -71,7 +71,7 @@ class MigrateGcpClustersToNewClustersArchitectures < ActiveRecord::Migration
operation_id: gcp_cluster.gcp_operation_id,
endpoint: gcp_cluster.endpoint,
encrypted_access_token: gcp_cluster.encrypted_gcp_token,
- encrypted_access_token_iv: gcp_cluster.encrypted_gcp_token_iv,
+ encrypted_access_token_iv: gcp_cluster.encrypted_gcp_token_iv
},
platform_kubernetes_attributes: {
cluster_id: gcp_cluster.id,