Skip to content

Commit 960d642

Browse files
authored
Update digitalocean.py
1 parent 5240dc7 commit 960d642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/providers/digitalocean.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def gophish(c):
158158
}}
159159
160160
output "Admin_Password_{c["id"]}" {{
161-
value = "You can find the auto-generated Gophish admin password at: /opt/goapps/src/github.com/gophish/password.txt"
161+
value = "You can find the auto-generated Gophish admin password at: /opt/gophish/password.txt"
162162
}}
163163
"""
164164
else:
@@ -174,7 +174,7 @@ def gophish(c):
174174
}}
175175
176176
output "Admin_Password_{c["id"]}" {{
177-
value = "You can find the auto-generated Gophish admin password at: /opt/goapps/src/github.com/gophish/password.txt"
177+
value = "You can find the auto-generated Gophish admin password at: /opt/gophish/password.txt"
178178
}}
179179
"""
180180
return output

0 commit comments

Comments
 (0)