]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
fix typo
authorHolger Levsen <holger@layer-acht.org>
Wed, 26 Sep 2012 09:55:06 +0000 (11:55 +0200)
committerHolger Levsen <holger@layer-acht.org>
Wed, 26 Sep 2012 09:55:06 +0000 (11:55 +0200)
debian_build.py

index df2523c19c531e992f417a2f926a7eb9017f7031..2fd2eca5a28336a6672b4233c7bf60cfca1f8d2f 100755 (executable)
@@ -690,7 +690,7 @@ if __name__ == '__main__':
             subprocess.check_call(cmd)
             #FIXME: this should really cause an error
             # exit_error()
-        add_liveboot_request(package_instance_id):
+        add_liveboot_request(package_instance_id)
 
     # finally
     exit_ok()