You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("%s cannot be converted to int", PATstring)
121
+
}
122
+
115
123
repoName:=rs.Primary.Attributes["project"]
116
124
ifrepoName=="" {
117
125
returnfmt.Errorf("No project ID is set")
118
126
}
127
+
ifrepoName!=projectString {
128
+
returnfmt.Errorf("Project [%s] in project identifier [%s] it's different from project stored into the state [%s]", projectString, rs.Primary.ID, repoName)
0 commit comments