Skip to content

Commit

Permalink
Add missing closing " of quoted string
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Jun 27, 2023
1 parent df6e58b commit 67c1526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appimagecraft/generators/appimage_build_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def try_export_env_vars(key_name, raw=False):
[
"",
"# move built AppImages to artifacts dir, excluding the downloaded linuxdeploy stuff",
'echo "====================',
'echo "===================="',
'echo "Generated AppImages:"',
"find . -path ./downloads -prune -o -iname '*.AppImage*' -print -exec mv '{}' ../artifacts ';'",
]
Expand Down

0 comments on commit 67c1526

Please sign in to comment.