Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-wttech committed Sep 16, 2023
1 parent 43fe2ce commit a6c5e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/aem/content.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func determineContentTargetInstance(cmd *cobra.Command, instanceManager *pkg.Ins
var instance *pkg.Instance
url, _ := cmd.Flags().GetString("instance-target-url")
if url != "" {
instance, _ = instanceManager.NewByURL(url)
instance, _ = instanceManager.NewByIDAndURL("remote_adhoc_target", url)
}
id, _ := cmd.Flags().GetString("instance-target-id")
if id != "" {
Expand Down

0 comments on commit a6c5e0f

Please sign in to comment.