Skip to content

Commit

Permalink
recover missing azotebg
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Feb 8, 2022
1 parent 56a7489 commit 3879382
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwg_shell/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def main():
except:
print("Failure")

src = os.path.join(dir_name, "skel/.azotebg")
src = os.path.join(dir_name, "skel/azotebg")
dst = os.path.join(os.getenv("HOME"), ".azotebg")
print("Copying {}".format(dst), end=" ")
try:
Expand Down
File renamed without changes.

0 comments on commit 3879382

Please sign in to comment.