Skip to content

Commit 803c5e3

Browse files
committed
edit
1 parent 8f5c42f commit 803c5e3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

apptrust/commands/version/rollback_app_version_cmd.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,4 @@ func GetRollbackAppVersionCommand(appContext app.Context) components.Command {
9090
Action: cmd.prepareAndRunCommand,
9191
}
9292
}
93+

apptrust/commands/version/rollback_app_version_cmd_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,4 @@ func TestRollbackAppVersionCommand_ServerDetails(t *testing.T) {
8585
assert.NoError(t, err)
8686
assert.Equal(t, serverDetails, result)
8787
}
88+

apptrust/model/rollback_app_version_request.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ func NewRollbackAppVersionRequest(fromStage string) *RollbackAppVersionRequest {
1919
Async: false, // Default to synchronous as per spec
2020
}
2121
}
22+

0 commit comments

Comments
 (0)