about summary refs log tree commit diff stats
path: root/update_common_files.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update_common_files.sh')
-rwxr-xr-xupdate_common_files.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_common_files.sh b/update_common_files.sh
index 9015cc6..3b7dddd 100755
--- a/update_common_files.sh
+++ b/update_common_files.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 
-ROOT="$(git rev-parse --show-toplevel)";
+ROOT="$(git rev-parse --show-toplevel)"
 
 # This results in fd returning relative paths
 cd "$ROOT/common" || echo "BUG, no root dir!"