diff --git a/script.py b/script.py
index c7ca559a816534f5daa4728d77193de6b64235a3..b213155106d570cd3e813f63b9ca4d4b68f97545 100644
--- a/script.py
+++ b/script.py
@@ -66,7 +66,7 @@ def get_disk_space():
     free_space_on_data = data_info[3]
     data_percentage = data_info[4]
 
-    return f"{free_space_on_data} ({data_percentage}%)"
+    return f"{free_space_on_data} ({data_percentage})"
 
 def get_total_commits_last_month(gl):
     # Calculate the date range for the last month