We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5240dc7 commit 960d642Copy full SHA for 960d642
modules/providers/digitalocean.py
@@ -158,7 +158,7 @@ def gophish(c):
158
}}
159
160
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"
+ value = "You can find the auto-generated Gophish admin password at: /opt/gophish/password.txt"
162
163
"""
164
else:
@@ -174,7 +174,7 @@ def gophish(c):
174
175
176
177
178
179
180
return output
0 commit comments