We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1750108 commit b5d038fCopy full SHA for b5d038f
update_substrate_template.sh
@@ -42,7 +42,7 @@ get_arg required --polkadot-branch "$@"
42
polkadot_branch="$out"
43
44
target_org="substrate-developer-hub"
45
-timestamp=`date +%Y-%m-%d_%H-%M-%S`
+timestamp=$(date +%Y-%m-%d_%H-%M-%S)
46
default_branch=main
47
working_directory="$PWD"
48
source_template_path="$working_directory/$template_path"
0 commit comments