summaryrefslogtreecommitdiff
path: root/snap/pre/pack_installers
diff options
context:
space:
mode:
Diffstat (limited to 'snap/pre/pack_installers')
-rwxr-xr-xsnap/pre/pack_installers2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/pre/pack_installers b/snap/pre/pack_installers
index 9c46efc..c11bca8 100755
--- a/snap/pre/pack_installers
+++ b/snap/pre/pack_installers
@@ -32,7 +32,7 @@ with open(INSTALL, 'w') as install:
install.write('# This helper installs the polkit policy file\n')
install.write('# for the RiseupVPN snap.\n')
install.write('# It is generated automatically\n')
- install.write('# by the script at "pkg/riseupvpn/pack_installers" \n')
+ install.write('# by the script at "snap/pre/pack_installers"\n')
install.write('import subprocess\n')
install.write('from base64 import decodestring as decode\n')
install.write("""