From 6b939061e539b2521d68a5b045ffc9a04d6379c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Wed, 5 Jul 2023 19:04:20 +0200 Subject: [PATCH] fix bang in cli --- hanabi_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hanabi_cli.py b/hanabi_cli.py index 6b8724d..4b3bcab 100755 --- a/hanabi_cli.py +++ b/hanabi_cli.py @@ -1,4 +1,4 @@ -#!/bin/bash/python3 +#! /bin/python3 """ Short executable file to start the command-line-interface for the hanabi package.