Skip to content

Commit

Permalink
Merge pull request #95 from getsolus/change-domain
Browse files Browse the repository at this point in the history
  • Loading branch information
TraceyC77 authored Sep 30, 2024
2 parents f07d877 + 27098c2 commit 021c815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ypkg2/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def build_package(filename, outputDir, buildDir=None):

if len(gene.packages) == 0:
console_ui.emit_error("Package", "No resulting packages found")
w = "https://solus-project.com/articles/packaging/"
w = "https://help.getsol.us/docs/packaging"
print(("Ensure your files end up in $installdir. Did you mean to "
"use %make_install?\n\nPlease see the help center: {}".format(w)))
sys.exit(1)
Expand Down

0 comments on commit 021c815

Please sign in to comment.